diff --git a/src/components/Template/HandleFormItem.vue b/src/components/Template/HandleFormItem.vue index f29bb6a..f32c83e 100644 --- a/src/components/Template/HandleFormItem.vue +++ b/src/components/Template/HandleFormItem.vue @@ -353,7 +353,7 @@ export default { // 值发生了变化,需要弹出密码输入框 const isSame = this.isEqual(this.oldValue, this.inputValue); if (this.oldValue && !isSame && this.templateFillType === "actFill") { - // this.$refs.editSignRef.show() + this.$refs.editSignRef.show() this.handleUpdateRecord(); }else{//如果是第一次填写,不需要密码验证 this.handleUpdateRecord() diff --git a/src/views/business/study/comp/ytbd/Bj.vue b/src/views/business/study/comp/ytbd/Bj.vue index 20fb0cb..3145bb1 100644 --- a/src/views/business/study/comp/ytbd/Bj.vue +++ b/src/views/business/study/comp/ytbd/Bj.vue @@ -161,7 +161,7 @@ export default { }], fzrsh: [{ required: true, - message: ' ', + message: this.$t('form.placeholderSelect'), trigger: 'blur' }], shryId: [{