mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 05:16:45 +08:00
feat:合并
This commit is contained in:
@@ -15,16 +15,16 @@
|
||||
@click="closeDrawer"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div style="display: flex; flex-direction: row; padding-top: 32px">
|
||||
<button
|
||||
<!-- 2022-11-30注释 后面放开 修改div的padding-topL:32 -->
|
||||
<div style="display: flex; flex-direction: row; padding-top: 0px">
|
||||
<!-- <button
|
||||
style="width: 100px"
|
||||
@click="changeOuter(1)"
|
||||
:class="[isOuter == 1 ? 'outer' : 'notOuter']"
|
||||
>
|
||||
系统考试
|
||||
</button>
|
||||
<!-- 2022-11-30注释 后面放开 -->
|
||||
</button> -->
|
||||
|
||||
<!-- <button
|
||||
style="width: 100px"
|
||||
@click="changeOuter(2)"
|
||||
@@ -666,7 +666,7 @@ export default {
|
||||
state.paperName = "";
|
||||
};
|
||||
const queryTest = () => {
|
||||
state.addLoading = true;
|
||||
state.addLoading = true;
|
||||
queryExaminationDetailById({ examinationId: props.EditTestId })
|
||||
.then((res) => {
|
||||
formState.examinationName = res.data.data.examinationName;
|
||||
@@ -727,7 +727,7 @@ export default {
|
||||
if (props.edit) {
|
||||
// 编辑任务
|
||||
updateExamination(obj)
|
||||
.then(async(res) => {
|
||||
.then(async (res) => {
|
||||
await updateTask(res);
|
||||
closeDrawer();
|
||||
})
|
||||
@@ -737,7 +737,7 @@ export default {
|
||||
} else {
|
||||
// 创建任务
|
||||
createExamination(obj)
|
||||
.then(async(res) => {
|
||||
.then(async (res) => {
|
||||
await updateTask(res);
|
||||
closeDrawer();
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user