Commit b0af3685 authored by 黄媛媛's avatar 黄媛媛

拜访计划

parent 29343cbb
......@@ -72,7 +72,7 @@
placeholder="请选择"
v-for="item in AppCoustomer"
:key="item.customerId"
:label="item.customerName"
:label="`${item.customerName}(${item.contactNumber})`"
:value="item.customerId">
</el-option>
</el-select>
......@@ -197,8 +197,10 @@ export default {
},
getAppCoustomer(){ // 获取客户列表
this.apipost('app_get_my_select_coustomer',{},res=>{
// console.log(res,"safaf")
if(res.data.resultCode==1){
this.AppCoustomer = res.data.data;
// console.log("this.AppCoustomer",this.AppCoustomer)
}else{
this.$message.error(res.data.message)
}
......
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