Explorar el Código

项目转写消费统计

newStyle
风继续吹 hace 1 año
padre
commit
4b2cc3c500
Se han modificado 1 ficheros con 2 adiciones y 6 borrados
  1. +2
    -6
      src/views/statisticalManagement/consumptionManagement.vue

+ 2
- 6
src/views/statisticalManagement/consumptionManagement.vue Ver fichero

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


Cargando…
Cancelar
Guardar