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
6b3d617c
authored
2023-01-12 14:28:50 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:区县接入
1 parent
e9a49a21
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
src/views/jsbwcx/index.vue
src/views/jsbwcx/index.vue
View file @
6b3d617
...
...
@@ -87,7 +87,7 @@ import { getDataReportPage } from "@/api/sbbwcx.js";
export
default
{
name
:
"jsbwcx"
,
mixins
:
[
tableMixin
],
data
()
{
data
()
{
return
{
// 开始结束日期限制
pickerOptionsStart
:
{
...
...
@@ -141,7 +141,7 @@ export default {
type
:
"index"
,
width
:
"50"
,
index
:
this
.
indexMethod
,
},
},
]
.
concat
(
data
.
columns
())
.
concat
([
...
...
@@ -166,13 +166,13 @@ export default {
},
]),
// 表格列表数据
total
:
0
,
total
:
0
,
data
:
[{}],
},
// 分页
pageData
:
{
total
:
0
,
pageSize
:
1
5
,
pageSize
:
1
0
,
current
:
1
,
},
// 业务名称
...
...
@@ -200,7 +200,7 @@ export default {
},
methods
:
{
// 初始化数据
queryClick
()
{
queryClick
()
{
getDataReportPage
({
...
this
.
form
,
...
this
.
pageData
}).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
let
{
total
,
records
}
=
res
.
result
;
...
...
@@ -210,14 +210,14 @@ export default {
});
},
// 重置
resetForm
()
{
resetForm
()
{
this
.
$refs
.
ruleForm
.
resetFields
();
},
featchData
()
{
featchData
()
{
this
.
queryClick
();
},
// 详情
handleEdit
()
{
handleEdit
()
{
this
.
$popupDialog
(
"业务报文"
,
"components/JsonEditor/index"
,
...
...
Please
register
or
sign in
to post a comment