Commit 97dd5e64 authored by dragondean@qq.com's avatar dragondean@qq.com

修复联系人无法选择

parent 02e91d10
...@@ -57,7 +57,7 @@ export default { ...@@ -57,7 +57,7 @@ export default {
}, },
loadList(){ loadList(){
getCustomerContactsSelect(this.form).then(res => { getCustomerContactsSelect(this.form).then(res => {
this.list = res.data this.list = res.data.list
}) })
}, },
closeDialog(){ closeDialog(){
......
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