ソースを参照

init

newStyle
lancer 2年前
コミット
576f282437
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      src/views/Statistics/ReceptionOverview.vue

+ 1
- 0
src/views/Statistics/ReceptionOverview.vue ファイルの表示

@@ -327,6 +327,7 @@ export default {
this.$api.api
.findHouseByUser({
orgType: localStorage.getItem("orgType"),
orgTypeName:localStorage.getItem("orgType")==2||localStorage.getItem("orgType")==3?'0,3':''
})
.then((res) => {
this.houseList = res.data;


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