新购接口参数

This commit is contained in:
zzyuan 2024-11-12 09:58:20 +08:00
parent 65aff8c6d7
commit 9f5ccc7a06
2 changed files with 2 additions and 1 deletions

View File

@ -203,7 +203,7 @@ export default {
//-
getTaskInfo() {
this.loading = true
getPurchaseCheckInfo({taskId:this.taskId,id:this.id}).then((response) => {
getPurchaseCheckInfo({taskId:this.taskId,id:this.id,statusList:[1]}).then((response) => {
this.taskInfo = response.data
this.equipmentList = response.data.purchaseCheckDetailsList
this.equipmentList.forEach((item) => {

View File

@ -452,6 +452,7 @@ export default {
this.loading = true
this.maForm.taskId = this.queryTaskId
this.maForm.id = this.queryId
this.maForm.statusList=[3,13]
const { data: res } = await getNewBuyBindListDetailsApi(this.maForm)
this.loading = false
// this.total = res.total