|
|
|
@ -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() |
|
|
|
|