From 266ca8c80300d479351eed50fee5a30751a22fda Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期四, 09 十月 2025 11:46:11 +0800
Subject: [PATCH] 1、中空领取任务界面查询慢解决 2、卧理新增日志记录

---
 UI-Project/src/views/User/userpageNo.vue |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/UI-Project/src/views/User/userpageNo.vue b/UI-Project/src/views/User/userpageNo.vue
index 1ef997c..7c115a2 100644
--- a/UI-Project/src/views/User/userpageNo.vue
+++ b/UI-Project/src/views/User/userpageNo.vue
@@ -130,6 +130,14 @@
   let configCode = window.localStorage.getItem('configCode')
   let id = window.localStorage.getItem('id')
   let page = window.localStorage.getItem('pagenumber')
+   if (!configValue.value) {
+    ElMessage.error(t('productStock.inconfigValue'))
+    return
+  }
+    if (!isEnable.value) {
+    ElMessage.error(t('searchOrder.choicestartstatus'))
+    return
+  }
   try {
     const response = await request.post('/loadGlass/sys/sysConfig/updateConfig',{
       id: id,

--
Gitblit v1.8.0