mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 05:46:44 +08:00
业绩快报暂停使用处理
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
</template>
|
||||
|
||||
<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'
|
||||
|
||||
export default {
|
||||
@@ -85,7 +85,10 @@ export default {
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
this.getReportList()
|
||||
Dialog.alert({
|
||||
message: '机房搬迁, 暂停使用。'
|
||||
})
|
||||
// this.getReportList()
|
||||
},
|
||||
methods: {
|
||||
//初始化列表
|
||||
|
||||
Reference in New Issue
Block a user