|
|
|
@ -372,7 +372,7 @@ export default {
|
|
|
|
|
// 获取选中数据
|
|
|
|
|
let factoryCode = localStorage
|
|
|
|
|
.getItem("parkName")
|
|
|
|
|
.substring(3);
|
|
|
|
|
// .substring(3);
|
|
|
|
|
console.log(localStorage)
|
|
|
|
|
console.log(factoryCode)
|
|
|
|
|
const selectedData = this.bpprocureList.filter(item => this.ids.includes(item.id));
|
|
|
|
|