xiangpei
2025-03-02 8c9f4f20341274df1c2326a1ce7fbc59770afc65
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;
      });