Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
V3-TailingPond
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
xinzhedeai
V3-TailingPond
Commits
6989bdf6
Commit
6989bdf6
authored
Jun 30, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 列表接口请求问题处理
parent
3e0db5e7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
13 deletions
+16
-13
httpApi.js
src/assets/js/httpApi.js
+8
-6
index.vue
src/views/dataMonitor/jrx/history/index.vue
+8
-7
No files found.
src/assets/js/httpApi.js
View file @
6989bdf6
...
...
@@ -815,11 +815,11 @@ var reqApis = function () {
this
.
loadData
()
}
},
{
type
:
'
success
'
,
icon
:
'
el-icon-s-data
'
,
name
:
'
图表
'
,
'
callback
'
:
function
()
{
reqApi
.
common
.
openCharts
.
call
(
this
);
}
},
//
{
//
type: 'success', icon: 'el-icon-s-data', name: '图表', 'callback': function () {
//
reqApi.common.openCharts.call(this);
//
}
//
},
{
type
:
'
warning
'
,
icon
:
'
el-icon-document
'
,
name
:
'
导出
'
,
'
callback
'
:
function
()
{
reqApi
.
common
.
toExports
.
call
(
this
);
...
...
@@ -843,6 +843,8 @@ var reqApis = function () {
//this.Dict.baseInfo["jctime"].table = partTableStatus;
this
.
table
.
page
=
1
;
this
.
loadData
()
this
.
initChart1
();
this
.
getCanvasData
();
}
},
{
...
...
src/views/dataMonitor/jrx/history/index.vue
View file @
6989bdf6
...
...
@@ -933,13 +933,14 @@ export default {
});
}
},
loadData
:
function
()
{
// console.log(this.form, "form");
this
.
initChart1
();
this
.
getCanvasData
();
//
loadData: function () {
//
// console.log(this.form, "form");
// //
this.initChart1();
// //
this.getCanvasData();
return
reqApi
.
common
.
getRequst
;
},
// return reqApi.common.getRequst;
// },
loadData
:
reqApi
.
common
.
getRequst
,
cancelForm
()
{
this
.
form
.
visible
=
false
;
},
...
...
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