wwl
9 小时以前 1d7a460b0fbc460ffcf3dd94864f2f3adf4369b2
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;
      });
    },