Commit 4f45ca34 authored by youjie's avatar youjie

no message

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