fix 81333

This commit is contained in:
赵霄
2024-02-02 11:40:49 +08:00
parent cc201534e6
commit fbf328fc46
@@ -628,7 +628,7 @@ export default {
if (!path) { if (!path) {
return return
} }
const query = { standardId } const query = { id: standardId }
this.$openPageNewSheet({ this.$openPageNewSheet({
path, query path, query
}) })