Skip to content

Commit

Permalink
feat(frontend): 定点构造去掉继续提单回显逻辑 TencentBlueKing#5611
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 18907
  • Loading branch information
JustaCattt authored and jinquantianxia committed Sep 20, 2024
1 parent 0b25847 commit 3f10e12
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@
const handleStepChange = () => {
router.push({
name: 'MySQLProxyReplace',
query: {
ticketId,
},
});
};
</script>
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@
params: {
page: 'ticket',
},
query: {
ticketId,
},
});
};
</script>
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@
params: {
page: 'ticket',
},
query: {
ticketId,
},
});
};
</script>

0 comments on commit 3f10e12

Please sign in to comment.