@@ -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');
}