Browse Source

优化了确认信息

wzy 1 year ago
parent
commit
b3faad0e80
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/finance/application/index.vue

+ 2 - 1
src/views/finance/application/index.vue

@@ -249,7 +249,8 @@ export default {
     //  关闭弹窗的回调
     closeDialog() {
       this.dioObj.show = false
-      this.rejectReason = ""
+      this.rejectReason = "";
+      this.confirmInfo = "确认信息";
       this.infoList = this.infoList.filter(item => item.fields != 'rejectReason');
     }
   }