fix: 表格编辑 提示 改成用外部 form 对象
This commit is contained in:
parent
e6dfcdbf6b
commit
27e91b1e9b
|
@ -45,7 +45,7 @@ export default {
|
||||||
this.$forceUpdate()
|
this.$forceUpdate()
|
||||||
},
|
},
|
||||||
handleVerification(e, callback) {
|
handleVerification(e, callback) {
|
||||||
this.$emit('handleVerification', e, callback);
|
this.$emit('handleVerification', this.form, callback);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue