Commit d755e5e9 by xin.yang

fix bug

parent e5787b79
......@@ -292,6 +292,15 @@ export default {
},
//添加提交
addPost(){
if(!this.stid){
this.$Message.error("请填写ID");
return false;
}
if(!this.whid1){
this.$Message.error("请选择仓库");
return false;
}
let code = 0;
if(!this.stid){
code = 1;
......
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