|
|
@@ -868,10 +868,9 @@ export default {
|
|
|
})
|
|
|
const list = res.data.dataResult || []
|
|
|
this.configList = list
|
|
|
-
|
|
|
this.configNameOptions = list.map(item => ({
|
|
|
label: item.peiZhiMingChen,
|
|
|
- value: item.id
|
|
|
+ value: item.peiZhiMingChen
|
|
|
}))
|
|
|
|
|
|
const typeSet = new Set()
|
|
|
@@ -923,7 +922,7 @@ export default {
|
|
|
this.addForm.daKaShiJian2 = ''
|
|
|
return
|
|
|
}
|
|
|
- const config = this.configList.find(item => item.id === configId)
|
|
|
+ const config = this.configList.find(item => item.peiZhiMingChen === configId)
|
|
|
if (config) {
|
|
|
this.selectedConfig = config
|
|
|
this.addForm.banCiMing = config.paiBanLeiXing || ''
|