Jelajahi Sumber

修改查看

mxx 3 tahun lalu
induk
melakukan
5ad9a994a0
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      src/views/houseSelfCollect/acquisitionManagementAdd.vue

+ 2 - 1
src/views/houseSelfCollect/acquisitionManagementAdd.vue

@@ -273,6 +273,7 @@
             }
           }
         })
+        this.isCountShow = true
       switch (this.$route.query.type) {
         case "新增":
           this.submitName = "提交"
@@ -340,7 +341,7 @@
           }]
           break;
         case "编辑":
-          // this.isEdit = false;
+          this.isEdit = true;
           this.submitName = "提交"
           this.getData()
           break;