|
@@ -1509,10 +1509,10 @@ export default {
|
|
|
//内包装单位回显
|
|
|
getInnerPackingUnitDetails(id) {
|
|
|
getUnit({ id: id }).then(res => {
|
|
|
- console.log('计量单位回显', res)
|
|
|
+ console.log('内包装单位回显', res)
|
|
|
if (res.code === 200) {
|
|
|
- this.innerPackingUnit = res.data.tableBody
|
|
|
- console.log('1111', this.innerPackingUnit)
|
|
|
+ this.innerPackingUnitOptions = res.data.tableBody
|
|
|
+ console.log('1111', this.innerPackingUnitOptions)
|
|
|
}
|
|
|
})
|
|
|
},
|