From 61500a41c6559976a56e49e1d07f8f5370a4031b Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期三, 17 四月 2024 17:54:36 +0800
Subject: [PATCH] 车间查询组别的接口,增加了限制,没有车间的编号不请求接口

---
 src/components/makepager/CommonSearch.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/makepager/CommonSearch.vue b/src/components/makepager/CommonSearch.vue
index 0af4d23..3381b56 100644
--- a/src/components/makepager/CommonSearch.vue
+++ b/src/components/makepager/CommonSearch.vue
@@ -232,7 +232,7 @@
     align-items: center;
     .left {
       display: flex;
-      width: 150px;
+      width: 300px;
       .download {
         width: 30px;
         height: 30px;

--
Gitblit v1.8.0