230320a303 2 일 전
부모
커밋
4d193ccc42

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


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


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


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


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


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


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

@@ -84,6 +84,7 @@ export default {
       this.setDefaultIfEmpty(params, 'report_lock', '7')
       this.setDefaultIfEmpty(params, 'params.inner_report_lock', '7')
       this.setDefaultIfEmpty(params, 'params.lead_lock', '30')
+      console.log(params)
       // if (!params.report_lock) params.report_lock = '7'
       // if (!params.inner_report_lock) params.inner_report_lock = '7'
       // if (!params.lead_lock) params.lead_lock = '30'

+ 1 - 0
src/views/mixins/index.js

@@ -21,6 +21,7 @@ export default {
           if (resetFalg) that.$refs[curRef].$refs['baseForm'].resetFields()
           if (obj) {
             that[formData].map(item => {
+              curObj[item.key] != null && (curForm[item.key] = curObj[item.key]);
               if (curObj[item.key]) {
                 curForm[item.key] = curObj[item.key]
               }

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