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; });