无人机申请,增加参数

This commit is contained in:
guoyue 2022-09-21 17:23:51 +08:00
parent 7ea1bc972b
commit bcef134cf9
2 changed files with 4 additions and 6 deletions

View File

@ -738,6 +738,7 @@ export default {
const handleWrjApply = (formName) => {
let _data = {
deviceId: formName.system && formName.system[0] && formName.system[0].resourceId,
deviceName: formName.system && formName.system[0] && formName.system[0].resourceName,
title: formName.title,
name: formName.user,
phone: formName.phone,

View File

@ -333,12 +333,12 @@
</template>
</a-table>
</div>
<!-- 西海岸-无人机单兵设备 -->
<div class="infrastructrue-table" v-else-if="isXiHaiAn && wrjFlag">
<a-table class="ant-table-striped" :dataSource="dataSource2" :columns="columns2" :scroll="{ y: tableHeight }"
rowKey="channelId" :rowClassName="
(record, index) => (index % 2 === 1 ? 'table-striped' : null)
" :pagination="pagination" @change="handleTableChange">
<!-- todo-->
<template #bodyCell="{ column, record }">
<template v-if="column.dataIndex === 'operation'">
<a @click="goToApply(record)" style="margin-right: 10px">
@ -678,7 +678,7 @@ const goToWrj = (data) => {
window.open(data.url)
}
//
// 西-
const goToApply = (data) => {
console.log(data, dept)
let arr = [
@ -1622,7 +1622,7 @@ const onSelectAll = (selected, selectedRows, changeRows) => {
console.log('heiheiheiehiehei', selected, selectedRows, changeRows)
}
// tab todo
// tab
const handleTableChange = (val) => {
pagination.value.current = val.current
pagination.value.pageSize = val.pageSize
@ -1637,9 +1637,6 @@ const handleTableChange = (val) => {
}else {
getCamera()
}
console.log('_arr------------>', _arr);
console.log('clickList------------>', clickList);
}
const showMsg = () => {