diff --git a/src/views/stockIn/StockInByCharge/index.vue b/src/views/stockIn/StockInByCharge/index.vue index efa248d..ea8248c 100644 --- a/src/views/stockIn/StockInByCharge/index.vue +++ b/src/views/stockIn/StockInByCharge/index.vue @@ -509,6 +509,7 @@ function deleteBox(row) { state.createBoxForm = row DeleteTrackOutBox({ materialreceiveAct: state.createBoxForm, + receiveRequestName: state.queryParams.params.RECEIVEREQUESTNAME, user: localStorage.get('userId') }) .then((res: any) => {