From 3eaa7e28218b227bda647f2da21e6d9317832eef Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 15 九月 2025 15:08:15 +0800
Subject: [PATCH] 库存预警修改
---
src/views/payable/components/PayableDialog.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/payable/components/PayableDialog.vue b/src/views/payable/components/PayableDialog.vue
index f78af79..8f5c99f 100644
--- a/src/views/payable/components/PayableDialog.vue
+++ b/src/views/payable/components/PayableDialog.vue
@@ -150,8 +150,8 @@
form.value.fileList.push(...res.data.map((it,index)=>{
return {
id:it.id,
- url:it.downloadUrl,
- name:it.originalFilename,
+ url:it.url,
+ name:it.name,
status:"success",
uid:file.uid
}
--
Gitblit v1.9.3