Kaynağa Gözat

fix: 表单模板配置:添加审批人不生效问题修复

johnsen 11 ay önce
ebeveyn
işleme
989d2532cc
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. 3 1
      src/views/component/formTemplate/index.vue

+ 3 - 1
src/views/component/formTemplate/index.vue

@@ -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)