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
ca4dc500
Commit
ca4dc500
authored
Dec 17, 2024
by
liwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了Ai工作站的管道温度bug
parent
2bd65778
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
4 deletions
+12
-4
PipelineTempAlarmPage.vue
...iews/AIStation/PipelineTempPage/PipelineTempAlarmPage.vue
+6
-1
PipelineTempHistoryPage.vue
...ws/AIStation/PipelineTempPage/PipelineTempHistoryPage.vue
+3
-2
index.vue
src/views/AIStation/PipelineTempPage/index.vue
+3
-1
No files found.
src/views/AIStation/PipelineTempPage/PipelineTempAlarmPage.vue
View file @
ca4dc500
...
@@ -66,7 +66,7 @@ function getDataNew(item){
...
@@ -66,7 +66,7 @@ function getDataNew(item){
Page
.
rows
=
res
.
pageSize
Page
.
rows
=
res
.
pageSize
})
})
}
}
getData
()
//
getData()
function
getData
(){
function
getData
(){
const
item
=
reactive
({
const
item
=
reactive
({
page
:
Page
.
page
,
page
:
Page
.
page
,
...
@@ -94,6 +94,7 @@ function getData(){
...
@@ -94,6 +94,7 @@ function getData(){
Page
.
rows
=
res
.
pageSize
Page
.
rows
=
res
.
pageSize
})
})
}
}
function
getDataByParams
(){
function
getDataByParams
(){
const
item
=
{
const
item
=
{
page
:
Page
.
page
,
page
:
Page
.
page
,
...
@@ -137,6 +138,10 @@ defineExpose({
...
@@ -137,6 +138,10 @@ defineExpose({
const
sortNewData
=
ref
(
new
Map
())
const
sortNewData
=
ref
(
new
Map
())
let
sortMapData
=
reactive
(
new
Map
())
let
sortMapData
=
reactive
(
new
Map
())
let
sortList
=
reactive
([])
let
sortList
=
reactive
([])
//初始化
getDataByParams
()
// 处理排序事件
// 处理排序事件
const
handleSortChange
=
(
data
)
=>
{
const
handleSortChange
=
(
data
)
=>
{
sortList
=
[]
sortList
=
[]
...
...
src/views/AIStation/PipelineTempPage/PipelineTempHistoryPage.vue
View file @
ca4dc500
...
@@ -71,10 +71,9 @@ function getDataNew(item) {
...
@@ -71,10 +71,9 @@ function getDataNew(item) {
})
})
}
}
getData
()
//
getData()
function
getData
()
{
function
getData
()
{
console
.
log
(
222222222
)
const
item
=
reactive
({
const
item
=
reactive
({
page
:
historyPage
.
page
,
page
:
historyPage
.
page
,
size
:
historyPage
.
rows
,
size
:
historyPage
.
rows
,
...
@@ -194,6 +193,8 @@ const handleSortChange = (data) => {
...
@@ -194,6 +193,8 @@ const handleSortChange = (data) => {
})
})
};
};
getDataByParams
()
/**序号自增*/
/**序号自增*/
function
Nindex
(
index
)
{
function
Nindex
(
index
)
{
// 当前页数 - 1 * 每页数据条数 + 1
// 当前页数 - 1 * 每页数据条数 + 1
...
...
src/views/AIStation/PipelineTempPage/index.vue
View file @
ca4dc500
...
@@ -118,7 +118,7 @@ const queryParams = reactive({
...
@@ -118,7 +118,7 @@ const queryParams = reactive({
beginTime
:
''
,
beginTime
:
''
,
endTime
:
''
,
endTime
:
''
,
});
});
const
Page
=
reactive
({
total
:
0
,
rows
:
2
0
,
page
:
1
});
const
Page
=
reactive
({
total
:
0
,
rows
:
3
0
,
page
:
1
});
const
searchData
=
ref
([]);
const
searchData
=
ref
([]);
const
thermalAlarmTypeList
=
[
const
thermalAlarmTypeList
=
[
{
{
...
@@ -148,6 +148,8 @@ const thermalAlarmTypeList = [
...
@@ -148,6 +148,8 @@ const thermalAlarmTypeList = [
]
]
const
childParams
=
ref
({})
const
childParams
=
ref
({})
const
search
=
()
=>
{
const
search
=
()
=>
{
console
.
log
(
'--------'
)
console
.
log
(
'queryParams:'
,
queryParams
)
let
stationId
=
''
let
stationId
=
''
if
(
queryParams
.
stationId
===
undefined
){
if
(
queryParams
.
stationId
===
undefined
){
stationId
=
queryParams
.
stationId
=
''
stationId
=
queryParams
.
stationId
=
''
...
...
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