ソースを参照

项目转写消费统计

newStyle
风继续吹 1年前
コミット
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;
});
},


読み込み中…
キャンセル
保存