Commit 4f45ca34 authored by youjie's avatar youjie

no message

parent d8429561
...@@ -766,7 +766,7 @@ export default { ...@@ -766,7 +766,7 @@ export default {
// this.customerTypes = res.data.data // this.customerTypes = res.data.data
// } // }
// }, err => {}) // }, err => {})
this.apipost('app_customer_GetChildList', { this.apipost('dict_post_Destination_GetChildList', {
Id: 2, Id: 2,
"level": 1 "level": 1
}, res => { }, res => {
...@@ -777,7 +777,7 @@ export default { ...@@ -777,7 +777,7 @@ export default {
}, },
//市 //市
getCity() { getCity() {
this.apipost('app_customer_GetChildList', { this.apipost('dict_post_Destination_GetChildList', {
Id: this.chosenObj.ReceiverProvince, Id: this.chosenObj.ReceiverProvince,
"level": 2 "level": 2
}, res => { }, 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