xiangpei
2025-02-24 686ba019f2c952d7c907044b98f83f8934d713eb
src/views/projectEngineering/abnormalProject/index.vue
@@ -321,7 +321,7 @@
      queryParams: {
        pageNum: 1,
        pageSize: 10,
        projectCategory: '5',
        projectPhase: '5',
        projectName: null,
        projectCode: null,
        projectStartTime: null,
@@ -447,7 +447,7 @@
    /** 查询项目管理基础信息列表 */
    getList() {
      this.loading = true;
      this.queryParams.projectCategory = '5';
      this.queryParams.projectPhase = '5';
      if (this.timeRange) {
        this.queryParams.projectStartTime = this.timeRange[0]
        this.queryParams.projectEndTime = this.timeRange[1]