Explorar el Código

移库任务-仓库筛选

zhaohuanhuan hace 8 meses
padre
commit
8ea90e2a78
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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()