zhangback
2026-03-10 68b27795ae929f5300fc6fb301b31aada74a2e2f
ui/admin-ui3/src/views/cwgl/schedulingEngine/index.vue
@@ -1656,14 +1656,14 @@
        }
      ],
    },
    inStatusList: {
      label: '状态', minWidth: 150,
      type: 'select', dataType: 'string', dicUrl: '/system/dict/data/type/sys_scheduling_form',
      display: false,multiple:true,
      hide: true,
      search: true,
    // inStatusList: {
    //   label: '状态', minWidth: 150,
    //   type: 'select', dataType: 'string', dicUrl: '/system/dict/data/type/sys_scheduling_form',
    //   display: false,multiple:true,
    //   hide: true,
    //   search: true,
    },
    // },
    confirmTime: {
      label: '确认时间', minWidth: 180,
      display: false,
@@ -2746,17 +2746,20 @@
    isLoad.value = isLoad.value == 0 && !pageF.single ? 0 : -1;
    console.log(pageF.single)
  },
  getBeginListFunc: () => {
  getBeginListFunc: (params = {}) => {
      queryParams.value.inStatusList = [2, 3];
    queryParams.value = proxy.addDateRangeNew(queryParams.value, queryParams.value?.createTimeRange, 'createTime') || {};
    queryParams.value = proxy.addDateRangeNew(queryParams.value, queryParams.value?.updateTimeRange, 'updateTime') || {};
    queryParams.value = proxy.addDateRangeNew(queryParams.value, queryParams.value?.confirmTimeRange, 'confirmTime') || {};
    queryParams.value = proxy.addDateRangeNew(queryParams.value, queryParams.value?.okTimeRange, 'okTime') || {};
      return queryParams.value
  },
  handleBeforeOpenFunc:(type:string)=>{
    if(type == 'add'){
      form.value = {};
    }
  }
  },
})
const handleConfirm = (row: any) => {