|
|
@@ -348,7 +348,8 @@ export default {
|
|
|
shen_pi_liu_cheng: '',
|
|
|
bian_zhi_bu_men_: '',
|
|
|
bu_men_fen_zu_: '',
|
|
|
- bei_zhu_: ''
|
|
|
+ bei_zhu_: '',
|
|
|
+ liu_cheng_shu_ju_: []
|
|
|
},
|
|
|
typeOption: [
|
|
|
{
|
|
|
@@ -560,6 +561,7 @@ export default {
|
|
|
for (const key in this.form) {
|
|
|
this.form[key] = this.params[key]
|
|
|
}
|
|
|
+ console.log('this.form===>', this.form)
|
|
|
// JSON 解析
|
|
|
const liu_cheng_shu_ju_ = JSON.parse(this.form.liu_cheng_shu_ju_)
|
|
|
// console.log(liu_cheng_shu_ju_.nodeList)
|