Ver Fonte

Merge tag 'Hotfix-zh-69' into develop

Finish Hotfix-zh-69
howie há 3 anos atrás
pai
commit
a850070ba6
1 ficheiros alterados com 1 adições e 1 exclusões
  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();
         })