fix convertDate command
This commit is contained in:
parent
5450a034b7
commit
c91a08fc4d
4 changed files with 9 additions and 30 deletions
|
|
@ -238,8 +238,6 @@ function onConfirmOrder() {
|
|||
})
|
||||
.then(async () => {
|
||||
await router.push(`/command/view/${commandId.value}`);
|
||||
// fetchData?.();
|
||||
// isCheckAuthority.value = true;
|
||||
})
|
||||
.catch((err) => {
|
||||
messageError($q, err);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue