@@ -387,6 +387,16 @@
}else{
data={id: row.id}
}
+ if(e=='执行中'){
+ if(row.addressUrl==''){
+ this.$notify.error({
+ title: '失败',
+ message: '修改失败,未上传双章合同附件',
+ })
+ return
+ }
+ console.log(row)
this.$confirm(`是否将状态改为${e}`, {
confirmButtonText: '确定',
cancelButtonText: '取消',