浏览代码

修改查看

mxx 3 年之前
父节点
当前提交
5ad9a994a0
共有 1 个文件被更改,包括 2 次插入1 次删除
  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) {
       switch (this.$route.query.type) {
         case "新增":
         case "新增":
           this.submitName = "提交"
           this.submitName = "提交"
@@ -340,7 +341,7 @@
           }]
           }]
           break;
           break;
         case "编辑":
         case "编辑":
-          // this.isEdit = false;
+          this.isEdit = true;
           this.submitName = "提交"
           this.submitName = "提交"
           this.getData()
           this.getData()
           break;
           break;