| | |
| | | * @Author: Morpheus |
| | | * @Date: 2021-03-17 15:21:33 |
| | | * @Last Modified by: Morpheus |
| | | * @Last Modified time: 2021-03-22 11:52:42 |
| | | * @Last Modified time: 2021-03-25 14:59:09 |
| | | */ |
| | | <template> |
| | | <basic-container> |
| | |
| | | >视频通话 |
| | | </el-button> |
| | | <el-button |
| | | v-show="false" |
| | | type="primary" |
| | | @click.stop=" |
| | | (oldVideoSatart = true), (videoConversationReal = false) |
| | |
| | | }; |
| | | |
| | | if ( |
| | | this.$route.query.waringType && |
| | | this.$route.query.waringType && |
| | | this.$route.query != undefined && |
| | | this.$route.query != null && |
| | | this.$route.query != "" |
| | |
| | | }; |
| | | } |
| | | |
| | | if(this.$route.query.startTime!=undefined && this.$route.query.startTime!=null && this.$route.query.startTime!=''){ |
| | | if ( |
| | | this.$route.query.startTime != undefined && |
| | | this.$route.query.startTime != null && |
| | | this.$route.query.startTime != "" |
| | | ) { |
| | | params = { |
| | | waringType: this.$route.query.waringType, |
| | | beginTime: this.$route.query.startTime, |
| | | endTime: this.$route.query.endTime |
| | | } |
| | | endTime: this.$route.query.endTime, |
| | | }; |
| | | } |
| | | } |
| | | |
| | |
| | | .then(function () { |
| | | that.dialogTableVisible = false; |
| | | that.onLoad(that.page, that.query); |
| | | that.$router.push({ path: "/policeTracking/track", query: that.form }); |
| | | that.$router.push({ |
| | | path: "/policeTracking/track", |
| | | query: that.form, |
| | | }); |
| | | }); |
| | | }, |
| | | beginTimeOrEndTime(time) { |