Browse Source

湾办修改

gks 1 year ago
parent
commit
dca9e35461
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/GATHER/index.vue

+ 1 - 1
src/views/GATHER/index.vue

@@ -1544,7 +1544,7 @@ export default {
               wbUpdateGATHER(this.form).then((response) => {
                 this.$modal.msgSuccess("修改成功");
                 this.getList();
-                this.openDetail = false;
+                this.wbopenDetail = false;
                 compute(this.form).then((response) => {});
               });
               return;