From ffc9d35d4848e5e76b5b0256df13f466e6575f04 Mon Sep 17 00:00:00 2001 From: "HUOJIN\\92525" Date: Fri, 14 Feb 2025 11:40:20 +0800 Subject: [PATCH] no message --- src/views/base-data/stock/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/base-data/stock/index.vue b/src/views/base-data/stock/index.vue index 0502d13..d58c28a 100644 --- a/src/views/base-data/stock/index.vue +++ b/src/views/base-data/stock/index.vue @@ -73,7 +73,7 @@ slot="right" style="float: right;padding-left: 5px" :headers="headers" - :action="baseApi+'/api/stock/import_stock'" + :action="baseApi+'/api/stock/importStock'" :file-list="fileList" :on-error="handleErr" :on-success=" (response, file, fileList) => { return handleSuccess(response, file, fileList,crud);}"