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
8a2b60b1
Commit
8a2b60b1
authored
Feb 18, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
1883a7c8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
detail.vue
src/components/stuMan/subscribe/detail.vue
+2
-2
subscribeForm.vue
src/components/stuMan/subscribe/subscribeForm.vue
+5
-1
No files found.
src/components/stuMan/subscribe/detail.vue
View file @
8a2b60b1
...
@@ -127,9 +127,10 @@
...
@@ -127,9 +127,10 @@
v-for=
"(item, index) in saveObj.GuestList"
v-for=
"(item, index) in saveObj.GuestList"
:key=
"index"
:key=
"index"
:label=
"item.GuestName"
:label=
"item.GuestName"
:val=
"item.AppointId"
:val=
"item.Appoint
ment
Id"
/>
/>
</div>
</div>
{{
checkStuType2
}}
</div>
</div>
<div
v-else
>
<div
v-else
>
{{
saveObj
.
GuestList
.
map
(
e
=>
e
.
GuestName
).
toString
()
}}
{{
saveObj
.
GuestList
.
map
(
e
=>
e
.
GuestName
).
toString
()
}}
...
@@ -186,7 +187,6 @@ export default {
...
@@ -186,7 +187,6 @@ export default {
message
:
"操作成功"
,
message
:
"操作成功"
,
position
:
"top"
position
:
"top"
});
});
this
.
changeDig
(
false
);
this
.
$emit
(
"success"
);
this
.
$emit
(
"success"
);
}
}
});
});
...
...
src/components/stuMan/subscribe/subscribeForm.vue
View file @
8a2b60b1
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
</q-field>
</q-field>
<!-- 详情显示内容 start-->
<!-- 详情显示内容 start-->
<div
class=
"col-12"
v-if=
"editType==2"
>
<div
class=
"col-12"
v-if=
"editType==2"
>
<Detail
:dateObj=
"dateObj"
:saveObj=
"saveObj"
/>
<Detail
:dateObj=
"dateObj"
:saveObj=
"saveObj"
@
success=
"detailSuccessHandle"
/>
</div>
</div>
<!-- 详情显示内容 end -->
<!-- 详情显示内容 end -->
<q-select
<q-select
...
@@ -510,6 +510,10 @@ export default {
...
@@ -510,6 +510,10 @@ export default {
}
else
{
}
else
{
return
true
;
return
true
;
}
}
},
detailSuccessHandle
(){
this
.
changeDig
(
false
);
this
.
$emit
(
"success"
);
}
}
}
}
};
};
...
...
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