cloud-web-corejs 1.0.93 → 1.0.94

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,6 +17,9 @@
17
17
  <el-form-item :label="i18nt('流程启动时自动保存表单数据')">
18
18
  <el-switch v-model="formConfig.wfStartBindSave"></el-switch>
19
19
  </el-form-item>
20
+ <el-form-item :label="i18nt('流程通过时自动保存表单数据')">
21
+ <el-switch v-model="formConfig.wfAgreenBindSave"></el-switch>
22
+ </el-form-item>
20
23
  <el-form-item :label="i18nt('默认流程单据类型名称')">
21
24
  <el-input type="text" v-model="designer.vueInstance.reportTemplate.objTypeName"></el-input>
22
25
  </el-form-item>