diff --git a/.env.development b/.env.development index 5283a29..495ffb9 100644 --- a/.env.development +++ b/.env.development @@ -5,8 +5,8 @@ VUE_APP_TITLE = 共享电动车管理系统 ENV = 'development' # 共享电动车管理系统/开发环境 -# VUE_APP_BASE_API = 'https://dche.ccttiot.com/prod-api' -VUE_APP_BASE_API = 'https://che.chuangtewl.com/prod-api' +VUE_APP_BASE_API = 'https://dche.ccttiot.com/prod-api' +# VUE_APP_BASE_API = 'https://che.chuangtewl.com/prod-api' # VUE_APP_BASE_API = 'http://localhost:8088' diff --git a/src/views/system/dept/deptDetail.vue b/src/views/system/dept/deptDetail.vue index 1bbaa81..2dfdc04 100644 --- a/src/views/system/dept/deptDetail.vue +++ b/src/views/system/dept/deptDetail.vue @@ -91,8 +91,12 @@ {{deptInfo.offlineStatusCount.inStashNum }}辆 | {{ deptInfo.vehicleVo.inStashNum }}辆 - - {{ deptInfo.vehicleVo.offlineDevices.length-deptInfo.offlineStatusCount.inStashNum}}辆 | {{ deptInfo.vehicleVo.inOperation}}辆 + + + + {{ deptInfo.vehicleVo.offlineDevices.length-deptInfo.offlineStatusCount.inStashNum}}辆 | {{ deptInfo.vehicleVo.inOperation}}辆 + + @@ -132,8 +136,8 @@ - - + + @@ -148,8 +152,8 @@ - - + + @@ -251,12 +255,23 @@ export default { showConfigDialog: false, deptInfo: {}, defaultValue:0, + activeTab: '运营区', // 默认激活的标签页 } }, created() { this.getDetail(); }, methods: { + noline() { + console.log('dianjile '); + this.activeTab = '车辆列表'; // 点击后切换到“车辆列表”标签页 + this.$nextTick(() => { + // 调用 device 组件中的方法,例如 fetchData + if (this.$refs.deviceComponent) { + this.$refs.deviceComponent.fetchData(); + } + }); + }, getDetail() { this.loading = true; getDept(this.$route.params.deptId).then(response => { diff --git a/src/views/system/device/index.vue b/src/views/system/device/index.vue index bbc46d2..c0e3056 100644 --- a/src/views/system/device/index.vue +++ b/src/views/system/device/index.vue @@ -1140,6 +1140,10 @@ export default { this.$eventBus.$off("close-all-dialogs", this.closeDialog); }, methods: { + fetchData(){ + this.queryParams.onlineStatus=0 + this.getList(); + }, startTimecg(value) { console.log("start变化", value); if (this.startTime != "" && this.endTime != "") {