diff --git a/src/views/modules/volunteer/LifeCircleManagement/add.vue b/src/views/modules/volunteer/LifeCircleManagement/add.vue index 39db4f339..e79745a24 100644 --- a/src/views/modules/volunteer/LifeCircleManagement/add.vue +++ b/src/views/modules/volunteer/LifeCircleManagement/add.vue @@ -5,19 +5,15 @@ - + - + + :disabled="showdisabled" :props="{ + emitPath: false, + multiple: false, + }"> @@ -28,16 +24,7 @@ :disabled="showdisabled" class="u-item-width-normal"> - +
@@ -65,30 +52,17 @@ :disabled="showdisabled" class="u-item-width-normal"> - + -
+
-
- - + +
@@ -122,27 +96,6 @@ :disabled="showdisabled" class="u-item-width-normal"> - -
@@ -153,25 +106,25 @@
- - - - - - + \ No newline at end of file +} + \ No newline at end of file diff --git a/src/views/modules/volunteer/LifeCircleManagement/index.vue b/src/views/modules/volunteer/LifeCircleManagement/index.vue index 13ac8dd02..185b46eec 100644 --- a/src/views/modules/volunteer/LifeCircleManagement/index.vue +++ b/src/views/modules/volunteer/LifeCircleManagement/index.vue @@ -87,7 +87,7 @@ - + @@ -400,7 +400,7 @@ export default { this.showAdd=true this.formTitle="新增" this.$nextTick(() => { - this.$refs.ref_form.initForm("add", null); + this.$refs.ref_form.initForm("add", null); }); // this.$refs.ref_form.initForm("add", null); }, @@ -421,7 +421,7 @@ export default { this.showInfo=true this.formTitle="查看" this.$nextTick(() => { - this.$refs.ref_form.initForm("info", row.id); + this.$refs.ref_form_info.initForm("info", row.id); });