Browse Source

fix:[模板管理]打开修改受控,本地调试,手动注释

lkf
15881625488@163.com 3 months ago
parent
commit
a1fe7e2be5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/components/Template/HandleFormItem.vue

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

@ -354,7 +354,7 @@ export default {
const isSame = this.isEqual(this.oldValue, this.inputValue); const isSame = this.isEqual(this.oldValue, this.inputValue);
if (this.oldValue && !isSame && this.templateFillType === "actFill") { if (this.oldValue && !isSame && this.templateFillType === "actFill") {
this.$refs.editSignRef.show() this.$refs.editSignRef.show()
this.handleUpdateRecord();
// this.handleUpdateRecord();
}else{// }else{//
this.handleUpdateRecord() this.handleUpdateRecord()
} }

Loading…
Cancel
Save