From e8a662593a35bd1c70fef3fdc8369939b30d9b6d Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期四, 30 五月 2024 16:33:46 +0800
Subject: [PATCH] 1.工价设置 开发完成

---
 src/views/materialManager/inventoryList.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/materialManager/inventoryList.vue b/src/views/materialManager/inventoryList.vue
index 1324e8b..f3e9de4 100644
--- a/src/views/materialManager/inventoryList.vue
+++ b/src/views/materialManager/inventoryList.vue
@@ -1185,7 +1185,7 @@
     },
     // 纭畾
     async routeDialogVisibleConfirm() {
-      if (this.defaultroute_code === null || this.defaultroute_code === 'null') {
+      if (!this.defaultroute_code || this.defaultroute_code === 'null') {
         return this.$message.info('榛樿宸ヨ壓璺嚎涓嶈兘涓虹┖锛�')
       }
 

--
Gitblit v1.9.3