|
@ -200,7 +200,7 @@ export default { |
|
|
}, |
|
|
}, |
|
|
// 客户下拉框 |
|
|
// 客户下拉框 |
|
|
getCustomer() { |
|
|
getCustomer() { |
|
|
customerName().then((response) => { |
|
|
customerName({ staffSid: window.sessionStorage.getItem('staffSid') }).then((response) => { |
|
|
if (response.code === '200') { |
|
|
if (response.code === '200') { |
|
|
this.customerList = response.data |
|
|
this.customerList = response.data |
|
|
console.log('客户列表', this.customerList) |
|
|
console.log('客户列表', this.customerList) |
|
|