Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
8080859c
Commit
8080859c
authored
Dec 27, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
db7f0602
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
mystu.vue
src/pages/sale/mystu.vue
+3
-2
No files found.
src/pages/sale/mystu.vue
View file @
8080859c
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
</div>
</div>
<div
class=
"col-3"
v-if=
"msg.BelongType==4"
>
<div
class=
"col-3"
v-if=
"msg.BelongType==4"
>
<q-select
@
input=
"resetSearch"
dense
clearable
@
filter=
"filterSubord"
use-input
filled
option-value=
"Id"
option-label=
"EmployeeName"
<q-select
@
input=
"resetSearch"
dense
clearable
@
filter=
"filterSubord"
use-input
filled
option-value=
"Id"
option-label=
"EmployeeName"
v-model=
"m
sg.CreateIds"
:options=
"SubordList"
emit-value
map-options
label=
"我下属的"
/>
v-model=
"m
yCreateIds"
multiple
:options=
"SubordList"
emit-value
map-options
label=
"我下属的"
/>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -115,6 +115,7 @@
...
@@ -115,6 +115,7 @@
StuType
:
''
,
StuType
:
''
,
CreateIds
:
''
CreateIds
:
''
},
},
myCreateIds
:[],
dateArray
:
[],
//日期数组
dateArray
:
[],
//日期数组
pageCount
:
0
,
pageCount
:
0
,
//客户阶段状态列表
//客户阶段状态列表
...
@@ -160,7 +161,6 @@
...
@@ -160,7 +161,6 @@
//获取我下属的下拉数据
//获取我下属的下拉数据
GetSubordList
(){
GetSubordList
(){
GetPersonalDimension
().
then
(
res
=>
{
GetPersonalDimension
().
then
(
res
=>
{
console
.
log
(
res
,
'数据'
);
if
(
res
.
Code
==
1
){
if
(
res
.
Code
==
1
){
this
.
SubordList
=
res
.
Data
;
this
.
SubordList
=
res
.
Data
;
this
.
AllSubordList
=
res
.
Data
;
this
.
AllSubordList
=
res
.
Data
;
...
@@ -210,6 +210,7 @@
...
@@ -210,6 +210,7 @@
this
.
msg
.
StartTime
=
""
;
this
.
msg
.
StartTime
=
""
;
this
.
msg
.
EndTime
=
""
;
this
.
msg
.
EndTime
=
""
;
}
}
this
.
msg
.
CreateIds
=
this
.
myCreateIds
.
toString
();
this
.
loading
=
true
;
this
.
loading
=
true
;
getStudentPage
(
this
.
msg
)
getStudentPage
(
this
.
msg
)
.
then
(
res
=>
{
.
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