zxl
2025-03-02 8c4dc74bdfae38802226d1e2204d534b38eabfc7
src/views/projectProcess/index.vue
@@ -467,6 +467,7 @@
      this.loading = true;
      getProjectProcess(this.queryParams).then(response => {
        this.projectInfoList = response.data;
        console.log(this.projectInfoList)
        this.total = response.total;
        this.loading = false;
      });