From 9c3dcce4b913a8eb90883ee7837629327efdf6d9 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期四, 30 十月 2025 13:37:49 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10105/r/YiWuProject

---
 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