Selaa lähdekoodia

项目转写消费统计

newStyle
风继续吹 1 vuosi sitten
vanhempi
commit
4b2cc3c500
1 muutettua tiedostoa jossa 2 lisäystä ja 6 poistoa
  1. +2
    -6
      src/views/statisticalManagement/consumptionManagement.vue

+ 2
- 6
src/views/statisticalManagement/consumptionManagement.vue Näytä tiedosto

@@ -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;
});
},


Ladataan…
Peruuta
Tallenna