230320a303 8 月之前
父節點
當前提交
e849971afd

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-543c52df.4c1ceca5.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.67cd73a4.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-35d10e66.a0bcafc8.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-543c52df.376c77d6.js


+ 5 - 5
src/views/house/components/popup/TrendUpdate.vue

@@ -41,11 +41,11 @@ export default {
   watch: {
     isShow: function(val) {
       if (val) {
-        if (this.curObj.id) {
-          this.cObj = JSON.parse(JSON.stringify(this.curObj))
-        } else {
-          this.cObj = {}
-        }
+        // if (this.curObj.id) {
+        //   this.cObj = JSON.parse(JSON.stringify(this.curObj))
+        // } else {
+        //   this.cObj = {}
+        // }
         this.getDef()
       }
     },

Some files were not shown because too many files changed in this diff