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
2784f252
Commit
2784f252
authored
Dec 12, 2022
by
zhouqian
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'development-202206' into 'development-202206'
Development 202206 See merge request
!20
parents
6b9a0f47
6c58e0fe
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
33 additions
and
5 deletions
+33
-5
UclInfo.vue
src/views/Statics/Dbiusr/UclInfo.vue
+1
-0
UclList.vue
src/views/Statics/Dbiusr/UclList.vue
+1
-0
Infsea.vue
src/views/Statics/Infact/Infsea.vue
+7
-1
Infsea.vue
src/views/Statics/Infbch/Infsea.vue
+6
-1
Infsea.vue
src/views/Statics/Inffec/Infsea.vue
+6
-1
Infsea.vue
src/views/Statics/Infpty/Infsea.vue
+6
-1
Infsea.vue
src/views/Statics/Infusr/Infsea.vue
+6
-1
No files found.
src/views/Statics/Dbiusr/UclInfo.vue
View file @
2784f252
...
...
@@ -25,6 +25,7 @@
<c-input
v-model=
"ucl.usr"
placeholder=
"请输入用户ID"
disabled=
true
>
</c-input>
</el-form-item>
...
...
src/views/Statics/Dbiusr/UclList.vue
View file @
2784f252
...
...
@@ -122,6 +122,7 @@ export default {
*/
uclAdd
()
{
this
.
ucl
=
new
Ucl
().
data
;
this
.
ucl
.
usr
=
this
.
model
.
extkey
;
this
.
operate
=
"add"
;
this
.
uclDialog
=
true
;
},
...
...
src/views/Statics/Infact/Infsea.vue
View file @
2784f252
...
...
@@ -78,7 +78,7 @@
type=
"primary"
icon=
"el-icon-search"
size=
"small"
@
click=
"on
Infact
Search()"
@
click=
"onSearch()"
>
查询
</el-button>
</c-col>
...
...
@@ -176,6 +176,12 @@ export default {
handleReset
()
{
this
.
root
.
$refs
.
modelForm
.
resetFields
();
},
onSearch
(){
this
.
model
.
pageNum
=
1
;
this
.
model
.
pageSize
=
5
;
this
.
onInfactSearch
();
},
onInfactSearch
()
{
queryByPage
(
this
.
model
).
then
(
res
=>
{
/**
...
...
src/views/Statics/Infbch/Infsea.vue
View file @
2784f252
...
...
@@ -57,7 +57,7 @@
type=
"primary"
icon=
"el-icon-search"
size=
"small"
@
click=
"on
InfBch
Search()"
@
click=
"onSearch()"
>
查询
</el-button>
</c-col>
...
...
@@ -160,6 +160,11 @@ export default {
handleReset
()
{
this
.
root
.
$refs
.
modelForm
.
resetFields
();
},
onSearch
(){
this
.
model
.
pageNum
=
1
;
this
.
model
.
pageSize
=
5
;
this
.
onInfBchSearch
();
},
onInfBchSearch
()
{
queryByPage
(
this
.
model
).
then
(
res
=>
{
/**
...
...
src/views/Statics/Inffec/Infsea.vue
View file @
2784f252
...
...
@@ -121,7 +121,7 @@
type=
"primary"
icon=
"el-icon-search"
size=
"small"
@
click=
"on
Inffec
Search()"
@
click=
"onSearch()"
>
查询
</el-button>
</c-col>
...
...
@@ -220,6 +220,11 @@ export default {
handleReset
()
{
this
.
root
.
$refs
.
modelForm
.
resetFields
();
},
onSearch
(){
this
.
model
.
pageNum
=
1
;
this
.
model
.
pageSize
=
5
;
this
.
onInffecSearch
();
},
onInffecSearch
()
{
queryByPage
(
this
.
model
).
then
(
res
=>
{
/**
...
...
src/views/Statics/Infpty/Infsea.vue
View file @
2784f252
...
...
@@ -155,7 +155,7 @@
type=
"primary"
icon=
"el-icon-search"
size=
"small"
@
click=
"on
Infpty
Search()"
@
click=
"onSearch()"
>
查询
</el-button>
</c-col>
...
...
@@ -296,6 +296,11 @@ export default {
handleReset
()
{
this
.
root
.
$refs
.
modelForm
.
resetFields
();
},
onSearch
(){
this
.
model
.
pageNum
=
1
;
this
.
model
.
pageSize
=
5
;
this
.
onInfptySearch
();
},
onInfptySearch
()
{
queryByPage
(
this
.
model
).
then
(
res
=>
{
/**
...
...
src/views/Statics/Infusr/Infsea.vue
View file @
2784f252
...
...
@@ -33,7 +33,7 @@
type=
"primary"
icon=
"el-icon-search"
size=
"small"
@
click=
"on
Infusr
Search()"
@
click=
"onSearch()"
>
查询
</el-button>
</c-col>
...
...
@@ -148,6 +148,11 @@ export default {
handleReset
()
{
this
.
root
.
$refs
.
modelForm
.
resetFields
();
},
onSearch
(){
this
.
model
.
pageNum
=
1
;
this
.
model
.
pageSize
=
5
;
this
.
onInfusrSearch
();
},
onInfusrSearch
()
{
queryByPage
(
this
.
model
).
then
(
res
=>
{
/**
...
...
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