Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
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
office
haoban-3
Commits
9d4aa416
Commit
9d4aa416
authored
Feb 26, 2020
by
fairyly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改接口返回部门数据
parent
74a953e2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
3 deletions
+16
-3
recycle.vue
src/views/business/recycle.vue
+16
-3
No files found.
src/views/business/recycle.vue
View file @
9d4aa416
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Author: 无尘
* @Date: 2019-03-20 14:36:37
* @Date: 2019-03-20 14:36:37
* @LastEditors : 无尘
* @LastEditors : 无尘
* @LastEditTime : 2020-02-2
5 20:51:5
5
* @LastEditTime : 2020-02-2
6 20:41:4
5
-->
-->
<
template
>
<
template
>
<div
class=
"my-customer-wrap common-set-wrap"
>
<div
class=
"my-customer-wrap common-set-wrap"
>
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
<div
class=
"table-condition-search m-t-20"
>
<div
class=
"table-condition-search m-t-20"
>
<el-input
placeholder=
"请输入部门名称/CODE/ID"
v-model=
"searchInput"
class=
"w-293"
@
keyup
.
native=
"value => toInput(value, searchInput)"
clearable
@
clear=
"clearInput"
>
</el-input
<el-input
placeholder=
"请输入部门名称/CODE/ID"
v-model=
"searchInput"
class=
"w-293"
@
keyup
.
native=
"value => toInput(value, searchInput)"
clearable
@
clear=
"clearInput"
>
</el-input
><el-select
class=
"w-191 m-l-10"
v-model=
"storeFlag"
placeholder=
"所有部门类型"
@
change=
"changeType"
>
><el-select
class=
"w-191 m-l-10"
v-model=
"storeFlag"
placeholder=
"所有部门类型"
@
change=
"changeType"
>
<el-option
v-for=
"item in options"
:key=
"item.
id"
:label=
"item.label"
:value=
"item.id
"
>
</el-option>
<el-option
v-for=
"item in options"
:key=
"item.
value"
:label=
"item.label"
:value=
"item.value
"
>
</el-option>
</el-select>
</el-select>
</div>
</div>
<div
class=
"m-t-20"
>
<div
class=
"m-t-20"
>
...
@@ -77,7 +77,20 @@ export default {
...
@@ -77,7 +77,20 @@ export default {
path
:
''
path
:
''
}
}
],
],
options
:
[],
options
:
[
{
label
:
'所有部门类型'
,
value
:
''
},
{
label
:
'分组'
,
value
:
'0'
},
{
label
:
'门店'
,
value
:
'1'
}
],
searchInput
:
''
,
searchInput
:
''
,
storeFlag
:
''
,
storeFlag
:
''
,
// 分页参数
// 分页参数
...
...
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