| | |
| | | ></iframe> |
| | | |
| | | <el-dialog |
| | | class="ss-video-dialog" |
| | | class="old-video-dialog-box" |
| | | width="100%" |
| | | title="历史回放" |
| | | :visible.sync="oldVideoSatart" |
| | | :close-on-press-escape="false" |
| | | :close-on-click-modal="false" |
| | | @close="vaddress = ''" |
| | | append-to-body |
| | | > |
| | | <video |
| | |
| | | baseUrl: "", |
| | | oldVideoSatart: false, |
| | | vaddress: null, |
| | | peopleListX: [], |
| | | }; |
| | | }, |
| | | created() { |
| | |
| | | getList() { |
| | | var that = this; |
| | | axios |
| | | .get( |
| | | `/api/blade-user/page?current=1&size=9999&work_status=&deptId=` |
| | | ) |
| | | .get(`/api/blade-user/page?current=1&size=9999&work_status=&deptId=`) |
| | | .then(function (res) { |
| | | that.tableData = []; |
| | | var i = 0; |