luohairen
2024-11-29 cae62ab1f60bc87a5c573eb4635426cdfa07fc7b
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() {