Browse Source

fix:[试验管理]预填表单bug

lkf
15881625488@163.com 3 months ago
parent
commit
75c056742f
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/components/Template/HandleFormItem.vue
  2. +1
    -1
      src/views/business/study/comp/ytbd/Bj.vue

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

@ -353,7 +353,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()

+ 1
- 1
src/views/business/study/comp/ytbd/Bj.vue View File

@ -161,7 +161,7 @@ export default {
}], }],
fzrsh: [{ fzrsh: [{
required: true, required: true,
message: ' ',
message: this.$t('form.placeholderSelect'),
trigger: 'blur' trigger: 'blur'
}], }],
shryId: [{ shryId: [{

Loading…
Cancel
Save