فهرست منبع

2022-03-13 21:32

王克恕 3 سال پیش
والد
کامیت
d4569a31d4
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      imcs-ui/src/views/zuihou/runManageCenter/productionScheduling/components/SchedTask.vue

+ 2 - 0
imcs-ui/src/views/zuihou/runManageCenter/productionScheduling/components/SchedTask.vue

@@ -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)