1.表单值回填

main
赵培友 3 years ago
parent 0c723539a6
commit 86767138e8
  1. BIN
      public/img/bg/img-logo.png
  2. 3
      src/views/plugin/workflow/process/components/form.vue

Binary file not shown.

Before

Width:  |  Height:  |  Size: 123 KiB

After

Width:  |  Height:  |  Size: 52 KiB

@ -277,6 +277,8 @@ export default {
//
taskParentChange(id) {
getTaskTypeData({ parentId: id }).then((res) => {
this.form.renwuzhonglei = ""
this.form.renwudengji = ""
const renwuzhonglei = this.findObject(
this.option.column,
"renwuzhonglei"
@ -289,6 +291,7 @@ export default {
return i.id === id;
});
getModuleAndDataTable({ id: obj.id, type: obj.type }).then((res) => {
this.form.xitongmokuaishujubiao = ""
const xitongmokuaishujubiao = this.findObject(
this.option.column,
"xitongmokuaishujubiao"

Loading…
Cancel
Save