Commit 59bb9898 by 庄冰

bz

parent d3bd3f10
...@@ -860,7 +860,7 @@ ...@@ -860,7 +860,7 @@
that.$message.warning("非阿里云渠道,不能执行此操作"); that.$message.warning("非阿里云渠道,不能执行此操作");
return; return;
} }
if(row.tmStatus && (row.tmStatus == "2"||row.tmStatus == "ADDTIONALPROOF")){ if(row.tmStatus && (row.tmStatus == "2"||row.tmStatus == "ALIPAPERS2" || row.tmStatus == "ALIPAPERS5")){
if(!row.businessId){ if(!row.businessId){
that.$message.warning("businessId参数错误"); that.$message.warning("businessId参数错误");
return; return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment