소스 검색

temp save

liujq 4 년 전
부모
커밋
917b03917e

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/css/chunk-1ab4956b.709d0286.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.d614ee12.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-1ab4956b.0a77a603.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-66cd69ac.b6652cdc.js


+ 1 - 1
src/views/house/components/popup/IndexEdit.vue

@@ -135,7 +135,7 @@ export default {
       if (val) {
         if (this.curObj.id) {
           this.loading = true
-          this.$api.school.admestatedetail({id: this.curObj.id}).then(res => {
+          this.$api.house.admestatedetail({id: this.curObj.id}).then(res => {
             let curData = res || {}
             if (curData.house_type) curData.house_type = curData.house_type.split(',')
             if (curData.product_type) curData.product_type = curData.product_type.split(',')

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.