From 279a86830168093648f140f66d772a9914eb8530 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期一, 27 四月 2026 14:05:48 +0800
Subject: [PATCH] 编辑计划时间弹窗提醒优化
---
src/views/productionManagement/workOrderEdit/index.vue | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/src/views/productionManagement/workOrderEdit/index.vue b/src/views/productionManagement/workOrderEdit/index.vue
index 9143026..fa0ed2b 100644
--- a/src/views/productionManagement/workOrderEdit/index.vue
+++ b/src/views/productionManagement/workOrderEdit/index.vue
@@ -230,7 +230,7 @@
};
const getList = () => {
tableLoading.value = true;
- const params = { ...searchForm.value, ...page };
+ const params = { ...searchForm.value, ...page, type: 1 };
productWorkOrderPage(params)
.then(res => {
tableLoading.value = false;
@@ -297,9 +297,6 @@
getList();
})
.catch(() => {
- ElMessageBox.alert("淇敼澶辫触", "鎻愮ず", {
- confirmButtonText: "纭畾",
- });
});
};
--
Gitblit v1.9.3