|
@@ -300,6 +300,7 @@ export default {
|
|
// console.log("userDataname",user.name);
|
|
// console.log("userDataname",user.name);
|
|
// })
|
|
// })
|
|
this.dynamicData.supplierList = userData.data.supplierList
|
|
this.dynamicData.supplierList = userData.data.supplierList
|
|
|
|
+ this.dynamicData.customerList = userData.data.customerList
|
|
}
|
|
}
|
|
|
|
|
|
userData.result.records.forEach(user => {
|
|
userData.result.records.forEach(user => {
|