Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
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
fukai
vue-gjjs
Commits
24a4e650
Commit
24a4e650
authored
Apr 25, 2023
by
liaoxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
静态交易分页修改
parent
22866d13
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
7 deletions
+8
-7
Infsea.vue
src/views/Statics/btb/views/Infbtb/Infsea.vue
+1
-1
Infsea.vue
src/views/Statics/cty/views/Infcty/Infsea.vue
+2
-2
Infsea.vue
src/views/Statics/cur/views/Infcur/Infsea.vue
+1
-1
Infsea.vue
src/views/Statics/dia/views/Infdia/Infsea.vue
+1
-1
Infsea.vue
src/views/Statics/ety/views/Infety/Infsea.vue
+1
-1
vue.config.js
vue.config.js
+2
-1
No files found.
src/views/Statics/btb/views/Infbtb/Infsea.vue
View file @
24a4e650
...
...
@@ -141,7 +141,7 @@ export default {
this
.
btbData
=
list
this
.
model
.
pageNum
=
res
.
pageNumber
this
.
model
.
pageSize
=
res
.
pageSize
this
.
model
.
total
=
res
.
total
this
.
model
.
total
=
parseInt
(
res
.
total
)
})
},
queryFunc
(
pageNumber
,
pageSize
)
{
...
...
src/views/Statics/cty/views/Infcty/Infsea.vue
View file @
24a4e650
...
...
@@ -39,7 +39,7 @@
<c-paging-table
:data=
"ctyData"
:columns=
"ctyColumns"
:pageNumber=
"model.pageNum
ber
"
:pageNumber=
"model.pageNum"
:pageSize=
"model.pageSize"
:total=
"model.total"
v-on:queryFunc=
"queryFunc"
...
...
@@ -138,7 +138,7 @@ export default {
this
.
ctyData
=
list
this
.
model
.
pageNum
=
res
.
pageNumber
this
.
model
.
pageSize
=
res
.
pageSize
this
.
model
.
total
=
res
.
total
this
.
model
.
total
=
parseInt
(
res
.
total
)
})
},
queryFunc
(
pageNumber
,
pageSize
)
{
...
...
src/views/Statics/cur/views/Infcur/Infsea.vue
View file @
24a4e650
...
...
@@ -110,7 +110,7 @@ export default {
this
.
curData
=
list
this
.
model
.
pageNum
=
res
.
pageNumber
this
.
model
.
pageSize
=
res
.
pageSize
this
.
model
.
total
=
res
.
total
this
.
model
.
total
=
parseInt
(
res
.
total
)
})
},
// async onInfbutSearow() {
...
...
src/views/Statics/dia/views/Infdia/Infsea.vue
View file @
24a4e650
...
...
@@ -166,7 +166,7 @@ export default {
this
.
diaData
=
list
this
.
model
.
pageNum
=
res
.
pageNumber
this
.
model
.
pageSize
=
res
.
pageSize
this
.
model
.
total
=
res
.
total
this
.
model
.
total
=
parseInt
(
res
.
total
)
})
},
queryFunc
(
pageNumber
,
pageSize
)
{
...
...
src/views/Statics/ety/views/Infety/Infsea.vue
View file @
24a4e650
...
...
@@ -157,7 +157,7 @@ export default {
this
.
etyData
=
list
this
.
model
.
pageNum
=
res
.
pageNumber
this
.
model
.
pageSize
=
res
.
pageSize
this
.
model
.
total
=
res
.
total
this
.
model
.
total
=
parseInt
(
res
.
total
)
})
},
queryFunc
(
pageNumber
,
pageSize
)
{
...
...
vue.config.js
View file @
24a4e650
...
...
@@ -72,13 +72,14 @@ module.exports = {
},
'/gjjs/service/'
:
{
// target: 'http://192.168.0.134:9999',//钱煜
target
:
'http://192.168.0.8:9999'
,
//曹志寻
//
target: 'http://192.168.0.8:9999',//曹志寻
//target: 'http://192.168.0.146:9999',//张厚
// target: 'http://192.168.0.28:9999',//李少勇
//target: 'http://192.168.0.110:10025',//服务器
// target: 'http://192.168.0.29:9999',//万平
// target: 'http://192.168.0.42:9999',//胡希
// target: 'http://192.168.0.136:9999',//张立鼎
target
:
'http://127.0.0.1:9999'
,
changeOrigin
:
true
,
pathRewrite
:
{
'^/gjjs/service'
:
'/gjjs/service'
...
...
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