|
|
@ -274,7 +274,10 @@ export default {
|
|
|
|
confirmButtonText: '确定',
|
|
|
|
confirmButtonText: '确定',
|
|
|
|
cancelButtonText: '驳回',
|
|
|
|
cancelButtonText: '驳回',
|
|
|
|
type: 'warning',
|
|
|
|
type: 'warning',
|
|
|
|
center: true
|
|
|
|
center: true,
|
|
|
|
|
|
|
|
closeOnPressEscape:false,//按下 ESC 键关闭弹窗
|
|
|
|
|
|
|
|
closeOnClickModal:false,//点击遮罩关闭弹窗
|
|
|
|
|
|
|
|
distinguishCancelAndClose:true,//区分取消与关闭
|
|
|
|
}).then(() => {
|
|
|
|
}).then(() => {
|
|
|
|
let params = {
|
|
|
|
let params = {
|
|
|
|
id: row.id,
|
|
|
|
id: row.id,
|
|
|
@ -305,7 +308,9 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}).catch((error) => {
|
|
|
|
}).catch((error) => {
|
|
|
|
this.$message.error(error.message);
|
|
|
|
this.$message.error(error.message);
|
|
|
|
})
|
|
|
|
});
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
},
|
|
|
|
},
|
|
|
|