wangyi
2026-01-19 7fb0a8f0ab16c149484bf043754cd10cfa94de2f
src/views/component/gyGroup/index.vue
@@ -111,7 +111,7 @@
      let sWhere = "";
      this.loading = true;
      axios
        .get(this.baseURL + "/Gy_Group/list", {
        .get(this.$baseUrl + "/Gy_Group/list", {
          params: { sWhere: sWhere, user: this.user },
        })
        .then((response) => {