Browse Source

feat:[模板管理][update]

lkf
luojie 2 months ago
parent
commit
d314053b83
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/components/Template/HandleFormItem.vue

+ 2
- 2
src/components/Template/HandleFormItem.vue View File

@ -305,7 +305,7 @@ export default {
const params = { const params = {
//reply:content: //reply:content:
type: this.templateFillType == 'actFill' ? "reply" : "content", type: this.templateFillType == 'actFill' ? "reply" : "content",
newRecord: record,
newRecord: [record],
resourceList: this.getFhyjjl(), resourceList: this.getFhyjjl(),
} }
// //
@ -467,7 +467,7 @@ export default {
const params = { const params = {
type: "fieldChanged", type: "fieldChanged",
newRecord: record,
newRecord: [record],
resourceList: this.getZdxgjl(), resourceList: this.getZdxgjl(),
} }
// //

Loading…
Cancel
Save