ソースを参照

优化了确认信息

wzy 1 年間 前
コミット
b3faad0e80
1 ファイル変更2 行追加1 行削除
  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');
     }
   }