|
@@ -495,6 +495,19 @@ export default {
|
|
|
}
|
|
}
|
|
|
for (let i = 0; i < list.length; i++) {
|
|
for (let i = 0; i < list.length; i++) {
|
|
|
const item = list[i]
|
|
const item = list[i]
|
|
|
|
|
+ list[i].yanZhengLeiXing = list[i].yanZhengLeiXing
|
|
|
|
|
+ .replace(/' '/g, '')
|
|
|
|
|
+ .replace(/\(/g, '(')
|
|
|
|
|
+ .replace(/\)/g, ')')
|
|
|
|
|
+ list[i].canYuRenYuan = list[i].canYuRenYuan
|
|
|
|
|
+ .replace(/' '/g, '')
|
|
|
|
|
+ .replace(/,/g, ',')
|
|
|
|
|
+ if (list[i].tiGongZhe == '/') {
|
|
|
|
|
+ list[i].tiGongZhe = ''
|
|
|
|
|
+ }
|
|
|
|
|
+ if (list[i].biDuiFang == '/') {
|
|
|
|
|
+ list[i].biDuiFang = ''
|
|
|
|
|
+ }
|
|
|
if (!this.validateItem(item, i)) return
|
|
if (!this.validateItem(item, i)) return
|
|
|
}
|
|
}
|
|
|
this.sjzlpjjhxData.push(...list)
|
|
this.sjzlpjjhxData.push(...list)
|