|
|
@ -551,7 +551,13 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if(val==3){
|
|
|
|
if(val==3){
|
|
|
|
this.$confirm( "已审核通过,是否需要重新提交变更", {
|
|
|
|
let msg =null;
|
|
|
|
|
|
|
|
if(this.inputQuery.auditStatus == 1 || this.inputQuery.auditStatus == 4){
|
|
|
|
|
|
|
|
msg = "已审核通过,是否需要重新提交变更";
|
|
|
|
|
|
|
|
}else if(this.inputQuery.auditStatus == 2){
|
|
|
|
|
|
|
|
msg = "审核拒绝,是否需要重新提交变更";
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
this.$confirm( msg, {
|
|
|
|
confirmButtonText: "确定",
|
|
|
|
confirmButtonText: "确定",
|
|
|
|
type: "warning",
|
|
|
|
type: "warning",
|
|
|
|
showCancelButton: false,
|
|
|
|
showCancelButton: false,
|
|
|
|