Browse Source

移库任务-仓库筛选

zhaohuanhuan 8 tháng trước cách đây
mục cha
commit
8ea90e2a78
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/transfer/move/list/index.vue

+ 1 - 1
src/views/transfer/move/list/index.vue

@@ -94,7 +94,7 @@ const statusMap=ref({
 })
 const loadData = async () => {
   showLoading()
-  getMoveTaskList({ warehouse }).then(res => {
+  getMoveTaskList({ warehouseCode:warehouse }).then(res => {
     taskList.value=res.data
   }).finally(() => {
     closeLoading()