|
@@ -301,6 +301,7 @@ export default {
|
|
// })
|
|
// })
|
|
this.dynamicData.supplierList = userData.data.supplierList
|
|
this.dynamicData.supplierList = userData.data.supplierList
|
|
this.dynamicData.customerList = userData.data.customerList
|
|
this.dynamicData.customerList = userData.data.customerList
|
|
|
|
+ this.dynamicData.userNameList = userData.data.userNameList
|
|
}
|
|
}
|
|
|
|
|
|
userData.result.records.forEach(user => {
|
|
userData.result.records.forEach(user => {
|