Commit 99279464 authored by 沈良进's avatar 沈良进

页面修改

parent 9e0caf07
...@@ -550,7 +550,6 @@ ...@@ -550,7 +550,6 @@
} }
this.supplierList.push(Obj) this.supplierList.push(Obj)
}) })
// console.log(this.supplierMsg.Type,'-------',this.supplierList[0])
if(this.addMsg.ObjIdStr&&this.supplierList.length>0){ if(this.addMsg.ObjIdStr&&this.supplierList.length>0){
this.addMsg.ObjID = Number(this.supplierList[0].ID) this.addMsg.ObjID = Number(this.supplierList[0].ID)
} }
......
...@@ -548,7 +548,6 @@ ...@@ -548,7 +548,6 @@
"dict_post_Destination_Get", "dict_post_Destination_Get",
msg, msg,
res => { res => {
console.log("updateCity,",res.data);
this.disCountry = false; this.disCountry = false;
this.disProvince = false; this.disProvince = false;
this.disCity = false; this.disCity = false;
......
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