Browse Source

Finish Hotfix-zh-69

howie 3 years ago
parent
commit
1efca4e05f
1 changed files with 1 additions and 1 deletions
  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:''
       })
         .then((res) => {
-          this.isShowEditDateDialog = false;
+          this.isShowExamineDialog = false;
           this.$successMsg("修改成功");
           this.getList();
         })