Commit 9733873d authored by youjie's avatar youjie

no message

parent 9df19747
...@@ -117,7 +117,7 @@ export default { ...@@ -117,7 +117,7 @@ export default {
str = str + x + ',' str = str + x + ','
}) })
let msg = { let msg = {
CustomerIds: this.CustomerId, CustomerId: this.CustomerId,
IDs: str.substring(0, str.length - 1) IDs: str.substring(0, str.length - 1)
} }
this.apipost('/api/Customer/ExitCustomerJurisdiction', msg, res=>{ this.apipost('/api/Customer/ExitCustomerJurisdiction', msg, res=>{
......
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