|
|
@@ -321,13 +321,13 @@ export default {
|
|
|
...this.form,
|
|
|
liu_cheng_shu_ju_: JSON.stringify({
|
|
|
hasProcess: this.form.shen_pi_liu_cheng === '需要审批' ? 'Y' : 'N',
|
|
|
- nodeList: this.subForm.map((item, index) => ({
|
|
|
+ nodeList: this.form.shen_pi_liu_cheng === '需要审批' ? this.subForm.map((item, index) => ({
|
|
|
sn: index + 1,
|
|
|
nodeName: item.jie_dian_ming_cheng_,
|
|
|
conditionType: item.fang_shi_,
|
|
|
executeType: item.yong_hu_lei_xing_,
|
|
|
executor: item.chu_li_ren_
|
|
|
- }))
|
|
|
+ })) : []
|
|
|
})
|
|
|
|
|
|
}
|