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
7cef2e29
Commit
7cef2e29
authored
Apr 30, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
0e6967e0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
schedul-visit.vue
src/components/schedul/schedul-visit.vue
+2
-6
No files found.
src/components/schedul/schedul-visit.vue
View file @
7cef2e29
...
...
@@ -133,7 +133,7 @@
</el-form>
<q-btn
color=
"accent"
size=
"sm"
@
click=
"isShowVform=!isShowVform,SaveVisitor()"
style=
"float:right;margin-bottom:10px;"
label=
"保存"
/>
</div>
<q-btn
color=
"accent"
slot=
"reference"
size=
"sm"
icon=
"add"
label=
"添加访客"
/>
<q-btn
color=
"accent"
slot=
"reference"
size=
"sm"
icon=
"add"
@
click=
"clearAddMsg"
label=
"添加访客"
/>
</el-popover>
</div>
</
template
>
...
...
@@ -326,7 +326,6 @@
},
created
()
{
this
.
getGuestBasics
();
console
.
log
(
"saveObj"
,
this
.
saveObj
);
},
mounted
()
{
this
.
getVisitoryPage
();
...
...
@@ -337,7 +336,6 @@
getGuestBasicsEnumList
({}).
then
(
res
=>
{
if
(
res
.
Code
==
1
)
{
this
.
GBList
=
res
.
Data
;
console
.
log
(
this
.
GBList
,
'GBlIST'
);
}
});
},
...
...
@@ -355,7 +353,6 @@
getVisitoryPage
()
{
this
.
loading
=
true
;
queryVisitorPage
(
this
.
msg
).
then
(
res
=>
{
console
.
log
(
res
);
this
.
loading
=
false
this
.
data
=
res
.
Data
.
PageData
;
this
.
pageCount
=
res
.
Data
.
PageCount
;
...
...
@@ -378,7 +375,7 @@
this
.
addMsg
.
WeChatNum
=
tempData
.
WeChatNum
;
this
.
addMsg
.
CourseName
=
tempData
.
CourseName
;
this
.
addMsg
.
StudyTime
=
tempData
.
StudyTime
;
this
.
addMsg
.
LevelType
=
tempData
.
LevelType
;
this
.
addMsg
.
LevelType
=
JSON
.
parse
(
tempData
.
LevelType
)
;
this
.
addMsg
.
PlanId
=
tempData
.
PlanId
;
}
}
...
...
@@ -401,7 +398,6 @@
SaveVisitor
()
{
this
.
addMsg
.
PlanId
=
this
.
saveObj
.
Id
;
setVisitor
(
this
.
addMsg
).
then
(
res
=>
{
console
.
log
(
"res"
,
res
);
this
.
$refs
.
fkdj
.
click
();
this
.
isShowVform
=
false
;
this
.
getVisitoryPage
();
...
...
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