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);}"