Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
a1ee88a9
authored
2022-12-30 15:21:36 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style;上报报文查询
1 parent
e02d2fea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
src/api/sbbwcx.js
src/views/sbbwcx/index.vue
src/api/sbbwcx.js
View file @
a1ee88a
import
request
from
'@/utils/request'
class
sbbwcx
{
// 定时任务查询接口
async
getDataReportPage
(
data
)
{
return
request
({
...
...
src/views/sbbwcx/index.vue
View file @
a1ee88a
...
...
@@ -78,7 +78,7 @@ import data from "./data"
import
tableMixin
from
'@/mixins/tableMixin.js'
// 引入详情弹框
import
dataDetails
from
'@/components/dataDetails/edit-dialog'
import
{
getDataReportPage
}
from
"@/api/sbbwcx.js"
;
import
sbbwcx
from
"@/api/sbbwcx.js"
;
import
{
getQlxxDictList
,
getChildDictList
,
refreshDictCache
}
from
"@/api/user.js"
export
default
{
...
...
@@ -182,7 +182,7 @@ export default {
},
// 初始化数据
featchData
()
{
getDataReportPage
({
...
this
.
form
,
...
this
.
pageData
}).
then
(
res
=>
{
sbbwcx
.
getDataReportPage
({
...
this
.
form
,
...
this
.
pageData
}).
then
(
res
=>
{
if
(
res
.
code
===
200
)
{
let
{
total
,
records
}
=
res
.
result
this
.
tableData
.
total
=
total
;
...
...
Please
register
or
sign in
to post a comment