fuliqi
2024-11-29 ee5553f438eadb34a3261b718145e9e7f8a27580
src/views/projectProcess/index.vue
@@ -477,8 +477,8 @@
      getProjectProcess(this.queryParams).then(response => {
        this.projectInfoList = response.data;
        this.total = response.total;
        this.loading = false;
      });
      this.loading = false;
    },
    // 取消按钮
    cancel() {