Browse Source

项目转写消费统计

newStyle
风继续吹 1 year ago
parent
commit
4b2cc3c500
1 changed files with 2 additions and 6 deletions
  1. +2
    -6
      src/views/statisticalManagement/consumptionManagement.vue

+ 2
- 6
src/views/statisticalManagement/consumptionManagement.vue View File

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


Loading…
Cancel
Save