Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
A
admin-base
Project
Project
Details
Activity
Releases
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
new-sing
admin-base
Commits
fb3f434f
Commit
fb3f434f
authored
Jan 04, 2019
by
chenfenglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
二维码管理bug
parent
bdf04581
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
6 deletions
+13
-6
focusReplyDialog.vue
src/components/qrcode/focusReplyDialog.vue
+5
-5
index.vue
src/components/sourceManage/index.vue
+8
-1
No files found.
src/components/qrcode/focusReplyDialog.vue
View file @
fb3f434f
...
...
@@ -334,11 +334,11 @@
this
.
initDialog
();
},
watch
:{
'dialogObj.show'
(
value
){
if
(
value
){
this
.
initDialog
();
}
}
//
'dialogObj.show'(value){
//
if(value){
//
this.initDialog();
//
}
//
}
},
filters
:
{
},
...
...
src/components/sourceManage/index.vue
View file @
fb3f434f
<
template
>
<div
class=
"menu"
>
<el-form
ref=
"searchFrom"
:model=
"searchFrom"
label-width=
"1
2
0px"
inline
>
<el-form
ref=
"searchFrom"
:model=
"searchFrom"
label-width=
"1
0
0px"
inline
>
<el-form-item
label=
"名字"
>
<el-input
v-model=
"searchFrom.title"
></el-input>
</el-form-item>
<el-form-item
label=
"CODE"
>
<el-input
v-model=
"searchFrom.code"
></el-input>
</el-form-item>
<el-form-item
label=
"来源码类别"
>
<el-select
v-model=
"searchFrom.type_id"
placeholder=
"请选择"
@
change=
"getList"
clearable
>
...
...
@@ -269,6 +272,7 @@
searchUserFrom
:
{
type_id
:
""
,
title
:
""
,
code
:
""
,
},
multipleSelection
:
[],
noCashUserDialog
:
{
...
...
@@ -325,6 +329,9 @@
if
(
this
.
searchFrom
.
title
){
json
.
title
=
this
.
searchFrom
.
title
;
}
// if(this.searchFrom.code){
// json.code=this.searchFrom.code;
// }
getSourceListApi
(
json
).
then
(
res
=>
{
if
(
res
)
{
this
.
sourceList
=
res
.
list
?
res
.
list
:
[];
...
...
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