mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-24 18:23:00 +08:00
init
This commit is contained in:
@@ -184,10 +184,9 @@ const state = reactive({
|
||||
],
|
||||
});
|
||||
const {activeName, teacher} = toRefs(state)
|
||||
const signClick = (id) => {
|
||||
request(TASK_BROADCAST_SIGN, {id}).then(() => {
|
||||
data.value.signFlag = 1
|
||||
})
|
||||
const signClick = () => {
|
||||
data.value.signFlag = 1
|
||||
request(TASK_BROADCAST_SIGN, { courseId: liveId })
|
||||
};
|
||||
const commitClick = () => {
|
||||
router.push({path: '/surveydetail', query: {courseId: data.value.assessmentId}})
|
||||
|
||||
Reference in New Issue
Block a user