mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 18:36:43 +08:00
Merge branch 'hotfix/【20210115】业绩快报暂停使用处理' into release/20210115
This commit is contained in:
@@ -61,7 +61,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { List, Tab, Tabs, Tag, Row, Col, Sticky } from 'vant'
|
import { List, Tab, Tabs, Tag, Row, Col, Sticky, Dialog } from 'vant'
|
||||||
import { reportList } from '@/api/ebiz/report/report'
|
import { reportList } from '@/api/ebiz/report/report'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
@@ -85,7 +85,10 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.getReportList()
|
Dialog.alert({
|
||||||
|
message: '机房搬迁, 暂停使用。'
|
||||||
|
})
|
||||||
|
// this.getReportList()
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
//初始化列表
|
//初始化列表
|
||||||
|
|||||||
Reference in New Issue
Block a user