From 83d35de5a832731dc5b6350740c0cd38ad56cb72 Mon Sep 17 00:00:00 2001
From: 周宾 <2802492122@qq.com>
Date: 星期一, 29 十二月 2025 13:37:22 +0800
Subject: [PATCH] 天津双奇点-仓储物流-入库管理-采购入库编辑-能够修改采购订单号的问题
---
src/pages/components/GoodsDetailPopup.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/pages/components/GoodsDetailPopup.vue b/src/pages/components/GoodsDetailPopup.vue
index ec0bece..06eb850 100644
--- a/src/pages/components/GoodsDetailPopup.vue
+++ b/src/pages/components/GoodsDetailPopup.vue
@@ -126,7 +126,7 @@
<script setup>
import { ref, reactive } from 'vue';
import config from '@/config'
-const baseUrl = config.baseUrl
+const baseUrl = config.imgUrl
const emit = defineEmits(['confirm']);
// 寮圭獥鏄剧ず鐘舵��
--
Gitblit v1.9.3