src/views/system/charge/index.vue
@@ -294,7 +294,8 @@ }, submitFormchanck() { this.loading = true; getfindTj(this.form).then((response) => { getfindTj(this.form) .then((response) => { if (response.data != []) { this.tableData = response.data; this.tableData.forEach((item1) => { @@ -333,7 +334,10 @@ this.tableData = []; this.disabled = 1; } this.loading = false; }) .catch((error) => { console.error("Error:", error); this.loading = false; }); },