From 9f278f5771cfd88bd6567c58f198f40b7a22160d Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期四, 16 四月 2026 23:16:46 +0800
Subject: [PATCH] fix(StockService): 注释掉MES绑定和解绑逻辑
---
Code/WMS/WIDESEA_WMSClient/src/views/stock/stockView.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Code/WMS/WIDESEA_WMSClient/src/views/stock/stockView.vue b/Code/WMS/WIDESEA_WMSClient/src/views/stock/stockView.vue
index fc8b569..1403d34 100644
--- a/Code/WMS/WIDESEA_WMSClient/src/views/stock/stockView.vue
+++ b/Code/WMS/WIDESEA_WMSClient/src/views/stock/stockView.vue
@@ -14,7 +14,7 @@
</view-grid>
</template>
<script>
-import extend from "@/extension/stock/stockView.js";
+import extend from "@/extension/stock/stockView.jsx";
import { ref, defineComponent } from "vue";
export default defineComponent({
setup() {
--
Gitblit v1.9.3