Commit 14294dff by lixiaomin

修改机型列表属性编辑提示

parent e044293d
...@@ -221,6 +221,8 @@ export default { ...@@ -221,6 +221,8 @@ export default {
if(response.code==0){ if(response.code==0){
this.$modal.msgSuccess("修改组件属性成功!"); this.$modal.msgSuccess("修改组件属性成功!");
this.editDiaLog=false this.editDiaLog=false
}else if(response.code==21001){
this.$message.error('该机型已有机器绑定,不能编辑!');
} }
}); });
}, },
......
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