|
@@ -369,6 +369,8 @@ export default {
|
|
|
this.queryParams.size = params.size ? params.size : this.queryParams.size
|
|
|
|
|
|
this.queryParams.model.status = this.status
|
|
|
+ // 固定参数
|
|
|
+ this.queryParams.model.mulPlanStatus = '2';
|
|
|
taskMgrApi.page(this.queryParams).then(response => {
|
|
|
const res = response.data
|
|
|
console.log("查看列表数据122:", res)
|