Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
Project
Project
Details
Activity
Releases
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
海康威视
web-project
Commits
87220694
Commit
87220694
authored
Jan 13, 2025
by
liwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了日志添加
parent
c53024e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
+7
-8
VoiceCommandLocationPage.vue
src/views/AIStation/VoiceCommandLocationPage.vue
+7
-8
No files found.
src/views/AIStation/VoiceCommandLocationPage.vue
View file @
87220694
...
@@ -51,7 +51,7 @@ const voiceCommandLocationData = ref([
...
@@ -51,7 +51,7 @@ const voiceCommandLocationData = ref([
ipAddress
:
''
,
ipAddress
:
''
,
}
}
])
])
const
orgStationName
=
ref
(
''
)
const
stationOptionsList
=
ref
([])
const
stationOptionsList
=
ref
([])
const
enterpriseId
=
ref
();
const
enterpriseId
=
ref
();
const
loading
=
ref
(
true
);
const
loading
=
ref
(
true
);
...
@@ -194,9 +194,8 @@ const handleFormData = async () => {
...
@@ -194,9 +194,8 @@ const handleFormData = async () => {
title
:
'语音指令部署位置'
,
title
:
'语音指令部署位置'
,
userId
:
userInfo
.
userId
,
userId
:
userInfo
.
userId
,
operateTime
:
formatTime
(
new
Date
()),
operateTime
:
formatTime
(
new
Date
()),
msg
:
'用户'
+
'【'
+
userInfo
.
realName
+
'】'
+
'在【语音指令部署位置页面】进行了【新增】操作,数据为【编号:'
msg
:
'用户'
+
'【'
+
userInfo
.
realName
+
'】'
+
'在【语音指令部署位置页面】进行了【新增】操作,新增数据为【换热站:'
+
item
.
code
+
',换热站id:'
+
item
.
stationId
+
',换热站名称:'
+
item
.
stationName
+
',ip地址:'
+
item
.
stationName
+
',ip地址:'
+
item
.
ipAddress
+
',mac地址:'
+
item
.
macAddress
+
',编号:'
+
item
.
code
+
'】'
+
item
.
ipAddress
+
',mac地址:'
+
item
.
macAddress
+
'】'
}
}
insertVoiceCommandLocationRecord
(
params
).
then
(
res
=>
{})
insertVoiceCommandLocationRecord
(
params
).
then
(
res
=>
{})
}
}
...
@@ -296,9 +295,8 @@ const handleFormData = async () => {
...
@@ -296,9 +295,8 @@ const handleFormData = async () => {
title
:
'语音指令部署位置'
,
title
:
'语音指令部署位置'
,
userId
:
userInfo
.
userId
,
userId
:
userInfo
.
userId
,
operateTime
:
formatTime
(
new
Date
()),
operateTime
:
formatTime
(
new
Date
()),
msg
:
'用户'
+
'【'
+
userInfo
.
realName
+
'】'
+
'在【语音指令部署位置页面】进行了【修改】操作,修改后的数据为【'
+
'id:'
+
item
.
businessId
+
msg
:
'用户'
+
'【'
+
userInfo
.
realName
+
'】'
+
'在【语音指令部署位置页面】进行了【修改】操作,将换热站【'
+
orgStationName
.
value
+
'】的语音指令部署位信息修改为【换热站:'
',编号:'
+
item
.
code
+
',换热站id:'
+
item
.
stationId
+
',换热站名称:'
+
item
.
stationName
+
',ip地址:'
+
item
.
stationName
+
',ip地址:'
+
item
.
ipAddress
+
',mac地址:'
+
item
.
macAddress
+
',编号:'
+
item
.
code
+
'】'
+
item
.
ipAddress
+
',mac地址:'
+
item
.
macAddress
+
'】'
}
}
insertVoiceCommandLocationRecord
(
params
).
then
(
res
=>
{})
insertVoiceCommandLocationRecord
(
params
).
then
(
res
=>
{})
}
}
...
@@ -362,6 +360,7 @@ function handleAddButton(row) {
...
@@ -362,6 +360,7 @@ function handleAddButton(row) {
//修改按钮触发
//修改按钮触发
function
handleUpdateButton
(
row
)
{
function
handleUpdateButton
(
row
)
{
orgStationName
.
value
=
row
.
stationName
getVoiceCommandsLocationDetail
(
row
.
businessId
).
then
(
res
=>
{
getVoiceCommandsLocationDetail
(
row
.
businessId
).
then
(
res
=>
{
addOrUpdateForm
.
value
=
res
.
data
addOrUpdateForm
.
value
=
res
.
data
formTitle
.
value
=
'修改'
formTitle
.
value
=
'修改'
...
@@ -390,7 +389,7 @@ function deleteButton(row) {
...
@@ -390,7 +389,7 @@ function deleteButton(row) {
title
:
'语音指令部署位置'
,
title
:
'语音指令部署位置'
,
userId
:
userInfo
.
userId
,
userId
:
userInfo
.
userId
,
operateTime
:
formatTime
(
new
Date
()),
operateTime
:
formatTime
(
new
Date
()),
msg
:
'用户'
+
'【'
+
userInfo
.
realName
+
'】'
+
'在【语音指令部署位置模块】进行了【删除】操作,删除
的数据id【'
+
row
.
businessId
+
'】
'
msg
:
'用户'
+
'【'
+
userInfo
.
realName
+
'】'
+
'在【语音指令部署位置模块】进行了【删除】操作,删除
了换热站【'
+
row
.
stationName
+
'】的语音指令部署位置
'
}
}
insertVoiceCommandLocationRecord
(
params
).
then
(
res
=>
{})
insertVoiceCommandLocationRecord
(
params
).
then
(
res
=>
{})
loadData
()
loadData
()
...
...
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