소스 검색

项目转写消费统计

newStyle
风继续吹 2 년 전
부모
커밋
4b2cc3c500
1개의 변경된 파일2개의 추가작업 그리고 6개의 파일을 삭제
  1. +2
    -6
      src/views/statisticalManagement/consumptionManagement.vue

+ 2
- 6
src/views/statisticalManagement/consumptionManagement.vue 파일 보기

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


불러오는 중...
취소
저장