dytyqx
2026-03-31 9620ca5caed59bd206dce701a04a5a4e4cfb9dc5
src/views/basic/gyUnit/gyUnitGroup.vue
@@ -108,7 +108,7 @@
    // 获取计量单位组列表
    getUnitGroupList() {
      axios
        .get(this.baseURL + "Web/GetUnitGroupList_Json", {
        .get(this.$baseUrl + "Web/GetUnitGroupList_Json", {
          params: {
            Unit: this.queryForm.Value || "",
          },