fix: 表格编辑 提示 改成用外部 form 对象

This commit is contained in:
nieli 2023-01-06 15:30:31 +08:00
parent e6dfcdbf6b
commit 27e91b1e9b
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ export default {
this.$forceUpdate()
},
handleVerification(e, callback) {
this.$emit('handleVerification', e, callback);
this.$emit('handleVerification', this.form, callback);
}
}
};