Merge branch 'hotfix/【20210115】业绩快报暂停使用处理' into release/20210115

This commit is contained in:
mengxiaolong
2021-01-15 22:44:54 +08:00

View File

@@ -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: {
//初始化列表 //初始化列表