Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zh-baseversion-project
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王浩
zh-baseversion-project
Commits
28cb93f4
Commit
28cb93f4
authored
Sep 04, 2024
by
wanghao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 应急响应 - 界面报错问题修复,及去掉 用户渲染地图。
parent
855b365b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
15 deletions
+15
-15
TDetectorUserMapper.xml
.../src/main/resources/mapper/system/TDetectorUserMapper.xml
+1
-1
index.vue
zh-baseversion-web/src/views/emergency/index.vue
+14
-14
No files found.
zh-baseversion-system/src/main/resources/mapper/system/TDetectorUserMapper.xml
View file @
28cb93f4
...
...
@@ -329,7 +329,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
select a2.user_id as userId
from t_detector_info a1
right join t_detector_user a2 on a1.user_id = a2.user_id
where a1.is_del = '0' and a2.is_del = '0' and a1.detector_status = '2' and a
1
.error_msg is null
where a1.is_del = '0' and a2.is_del = '0' and a1.detector_status = '2' and a
2
.error_msg is null
</select>
<insert
id=
"insertTDetectorUser"
parameterType=
"TDetectorUser"
useGeneratedKeys=
"true"
keyProperty=
"userId"
>
...
...
zh-baseversion-web/src/views/emergency/index.vue
View file @
28cb93f4
...
...
@@ -416,12 +416,12 @@ export default {
imgurl
:
require
(
"@/assets/images/cz3.png"
),
name
:
"场 站"
,
},
{
val
:
6
,
ischeck
:
false
,
imgurl
:
require
(
"@/assets/images/cz4.png"
),
name
:
"用 户"
,
},
//
{
//
val: 6,
//
ischeck: false,
//
imgurl: require("@/assets/images/cz4.png"),
//
name: "用 户",
//
},
{
val
:
5
,
ischeck
:
false
,
...
...
@@ -592,14 +592,14 @@ export default {
this
.
goMap
(
getVideo
,
this
.
addDevice
,
VideoView
);
// 用户要等一下 因为有报警数据
this
.
goMap
(
detectorUserList
,
this
.
addDevice
,
User
).
then
((
res
)
=>
{
// 先查一下,然后开启定时器
this
.
userAlarm
();
this
.
alarmTimer
=
setInterval
(()
=>
{
this
.
userAlarm
();
// console.log("查询报警");
},
alarmtime
);
});
//
this.goMap(detectorUserList, this.addDevice, User).then((res) => {
//
// 先查一下,然后开启定时器
//
this.userAlarm();
//
this.alarmTimer = setInterval(() => {
//
this.userAlarm();
//
// console.log("查询报警");
//
}, alarmtime);
//
});
}
this
.
currentTime
();
// this.$refs.mychild.choice(this.selarr);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment