浏览代码

Merge tag 'Hotfix-zh-69' into develop

Finish Hotfix-zh-69
howie 3 年之前
父节点
当前提交
a850070ba6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/supply/policy/policy_list.vue

+ 1 - 1
src/views/supply/policy/policy_list.vue

@@ -702,7 +702,7 @@ export default {
         serviceId:''
         serviceId:''
       })
       })
         .then((res) => {
         .then((res) => {
-          this.isShowEditDateDialog = false;
+          this.isShowExamineDialog = false;
           this.$successMsg("修改成功");
           this.$successMsg("修改成功");
           this.getList();
           this.getList();
         })
         })