mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-14 05:16:47 +08:00
返回
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
</div>
|
||||
<!-- 面包屑导航 -->
|
||||
<div class="debateTitle" style="color: #fff">
|
||||
【作业】管理者进阶腾飞班 - 中级管理者作业
|
||||
【作业】{{ data?.workName }}
|
||||
</div>
|
||||
<!-- 详细信息 -->
|
||||
<div class="detailinfo">
|
||||
@@ -150,7 +150,10 @@
|
||||
type="textarea"
|
||||
/>
|
||||
</div>
|
||||
<div style="display: flex; justify-content: center">
|
||||
<div v-if="submitList && submitList.length>0" style="display: flex; justify-content: center">
|
||||
<button class="tijiao" @click="handleClick">再次提交</button>
|
||||
</div>
|
||||
<div v-else style="display: flex; justify-content: center">
|
||||
<button class="tijiao" @click="handleClick">提交</button>
|
||||
</div>
|
||||
|
||||
@@ -301,6 +304,7 @@ const handleClick = () => {
|
||||
taskId,
|
||||
}).then((res) => {
|
||||
submitList.value.unshift(res.data);
|
||||
message.des
|
||||
});
|
||||
sbValue.value.content = "";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user