|
|
|
@ -81,6 +81,7 @@ export default { |
|
|
|
handleEditSignCancel(data) { |
|
|
|
if (data.uuid === this.uuid) { |
|
|
|
this.resetRecord(); |
|
|
|
this.$emit("resetRecord"); |
|
|
|
} |
|
|
|
}, |
|
|
|
handleEditSignCallback(data) { |
|
|
|
@ -466,7 +467,6 @@ export default { |
|
|
|
resetRecord(key) { |
|
|
|
this.formFields = { ...this.formFields, ...this.oldFormFields }; |
|
|
|
this.oldFormFields = {}; |
|
|
|
this.$emit("resetRecord"); |
|
|
|
}, |
|
|
|
} |
|
|
|
} |