From efefbc15efe54bbd4da12bf8aff49432f5b752b8 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期四, 28 十一月 2024 11:59:13 +0800
Subject: [PATCH] 默认值
---
src/views/exam/paper/edit.vue | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/views/exam/paper/edit.vue b/src/views/exam/paper/edit.vue
index b9c2e96..09df0c0 100644
--- a/src/views/exam/paper/edit.vue
+++ b/src/views/exam/paper/edit.vue
@@ -223,6 +223,7 @@
},
subjectIdList: [],
form: {
+ deptId: '',
menuIds: [],
aggregateSource: 100,
id: null,
@@ -282,6 +283,11 @@
};
},
created() {
+ // departmentApi.getCurrentDeptId().then(res => {
+ // if (res.response && res.response[0]) {
+ // this.form.deptId = res.response[0];
+ // }
+ // });
let id = this.$route.query.id;
let _this = this;
this.initSubject(function () {
--
Gitblit v1.8.0