jufubao-admin-library 1.1.208 → 1.1.209
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -456,7 +456,7 @@ export default {
|
|
|
456
456
|
if(this.formParams['supplier_ids']&&this.formParams['supplier_ids'].length){
|
|
457
457
|
let data = []
|
|
458
458
|
this.formParams['supplier_ids'].map(item=>{
|
|
459
|
-
data.push(item.
|
|
459
|
+
data.push(item.value)
|
|
460
460
|
})
|
|
461
461
|
formParamsCopy.supplier_ids = data
|
|
462
462
|
}
|