外链编辑

This commit is contained in:
zhangyc
2022-11-08 17:05:12 +08:00
parent 1df8bc4f36
commit 604f1d7fb7
2 changed files with 4 additions and 3 deletions

View File

@@ -174,7 +174,7 @@ export default {
};
const handleFinish = values => {
console.log(values);
updateRef(props.workId)
updateRef(props.EditRefId)
};
const handleFinishFailed = errors => {
console.log(errors);