Kaynağa Gözat

Finish Hotfix-zh-69

howie 3 yıl önce
ebeveyn
işleme
1efca4e05f
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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();
         })