Przeglądaj źródła

项目转写消费统计

newStyle
风继续吹 1 rok temu
rodzic
commit
4b2cc3c500
1 zmienionych plików z 2 dodań i 6 usunięć
  1. +2
    -6
      src/views/statisticalManagement/consumptionManagement.vue

+ 2
- 6
src/views/statisticalManagement/consumptionManagement.vue Wyświetl plik

@@ -589,13 +589,9 @@ export default {
},
//获取项目数据
getHouseList() {
axios({
url: `/autoSR/zkhouse/findHouseByUser`,
method: "get",
params: {
this.$api.api.findHouseByUser({
orgType: localStorage.getItem("orgType"),
},
}).then((res) => {
}).then((res) => {
this.houseList = res.data;
});
},


Ładowanie…
Anuluj
Zapisz