|
|
|
@ -354,7 +354,7 @@ export default { |
|
|
|
const isSame = this.isEqual(this.oldValue, this.inputValue); |
|
|
|
if (this.oldValue && !isSame && this.templateFillType === "actFill") { |
|
|
|
this.$refs.editSignRef.show() |
|
|
|
this.handleUpdateRecord(); |
|
|
|
// this.handleUpdateRecord(); |
|
|
|
}else{//如果是第一次填写,不需要密码验证 |
|
|
|
this.handleUpdateRecord() |
|
|
|
} |
|
|
|
|