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
857c909a
Commit
857c909a
authored
Apr 14, 2023
by
liaoxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
btb修改
parent
5bc31b2c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
7 deletions
+6
-7
btb.js
src/service/test/btb.js
+2
-2
BtbList.vue
src/views/Statics/btb/views/Dbibtb/BtbList.vue
+1
-1
Infsea.vue
src/views/Statics/btb/views/Infbtb/Infsea.vue
+3
-4
No files found.
src/service/test/btb.js
View file @
857c909a
...
...
@@ -4,8 +4,8 @@ export function queryByPage(data) {
return
Api
.
post
(
"/service/btb/queryByPage"
,
data
)
}
export
function
queryByPage
_
Agent
(
data
)
{
return
Api
.
post
(
"/service/btb/queryByPage
_
Agent"
,
data
)
export
function
queryByPageAgent
(
data
)
{
return
Api
.
post
(
"/service/btb/queryByPageAgent"
,
data
)
}
export
function
queryByPageByInr
(
data
)
{
...
...
src/views/Statics/btb/views/Dbibtb/BtbList.vue
View file @
857c909a
...
...
@@ -85,7 +85,7 @@
>
<span>
取 消
</span>
</button>
<c-button
type=
"primary"
@
click=
""
v-if=
"operate === 'details'"
<c-button
type=
"primary"
@
click=
"
created
"
v-if=
"operate === 'details'"
>
确 定
</c-button
>
<c-button
type=
"primary"
@
click=
"editBtb"
v-if=
"operate === 'edit'"
...
...
src/views/Statics/btb/views/Infbtb/Infsea.vue
View file @
857c909a
...
...
@@ -26,8 +26,7 @@
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
style=
"text-align: right"
>
<c-col
:span=
"24"
style=
"text-align: right; height: 36.8px"
>
<el-button
size=
"small"
@
click=
"handleReset"
>
重置
</el-button>
<el-button
type=
"primary"
...
...
@@ -37,7 +36,7 @@
>
查询
</el-button>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-paging-table
:data=
"btbData"
...
...
@@ -131,7 +130,7 @@ export default {
},
onInfbtbSearch
()
{
this
.
model
.
lnktyp
=
"B"
;
queryByPage
_Agent
(
this
.
model
).
then
(
res
=>
{
queryByPage
(
this
.
model
).
then
(
res
=>
{
/**
* pageNumber: 0
* pageSize: 0
...
...
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