@@ -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;