feat:对详情中的日期进行了排序

This commit is contained in:
KindSeven
2024-09-16 02:44:13 +08:00
parent 77c6f66753
commit 9b12fb5176
5 changed files with 21 additions and 14 deletions

View File

@@ -278,6 +278,7 @@ const handleClose = async (row) => {
)
.then(async () => {
await orderdClose(row.orderNumber)
router.push('/task/management/historical-work-order');
ElMessage({
type: 'success',
message: '关闭成功',
@@ -304,6 +305,7 @@ const handleDelete = async (row) => {
)
.then(async () => {
await orderdDetele(row.orderNumber)
router.push('/task/management/historical-work-order');
ElMessage({
type: 'success',
message: '删除成功',