新购接口参数
This commit is contained in:
parent
65aff8c6d7
commit
9f5ccc7a06
|
|
@ -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) => {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue