Commit 9df19747 authored by youjie's avatar youjie

no message

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