|
@@ -365,7 +365,7 @@
|
|
></el-option>
|
|
></el-option>
|
|
</el-select>
|
|
</el-select>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
- <el-form-item label="详情描述" style="margin-top:15px;">
|
|
|
|
|
|
+ <el-form-item label="详情描述" style="margin-top: 15px">
|
|
<el-input
|
|
<el-input
|
|
v-model="auditForm.disciplineDetail"
|
|
v-model="auditForm.disciplineDetail"
|
|
type="textarea"
|
|
type="textarea"
|
|
@@ -384,7 +384,7 @@
|
|
<el-dialog title="图片作答" :visible.sync="downloadImageDialogVisible">
|
|
<el-dialog title="图片作答" :visible.sync="downloadImageDialogVisible">
|
|
<el-form>
|
|
<el-form>
|
|
<el-form-item label="作答结果">
|
|
<el-form-item label="作答结果">
|
|
- <div style="width:580px;padding-left:80px;">
|
|
|
|
|
|
+ <div style="width: 580px; padding-left: 80px">
|
|
<el-upload
|
|
<el-upload
|
|
:class="{ disabled: true }"
|
|
:class="{ disabled: true }"
|
|
action
|
|
action
|
|
@@ -475,7 +475,8 @@ export default {
|
|
infoCollector: null,
|
|
infoCollector: null,
|
|
hasVirtual: null,
|
|
hasVirtual: null,
|
|
ORG_FIND_ALL: false, //查询所有机构
|
|
ORG_FIND_ALL: false, //查询所有机构
|
|
- examStageId: null
|
|
|
|
|
|
+ examStageId: null,
|
|
|
|
+ creator: null
|
|
},
|
|
},
|
|
getExamCondition: {
|
|
getExamCondition: {
|
|
params: {
|
|
params: {
|
|
@@ -647,6 +648,7 @@ export default {
|
|
type: "warning"
|
|
type: "warning"
|
|
}).then(() => {
|
|
}).then(() => {
|
|
this.form.rootOrgId = this.user.rootOrgId;
|
|
this.form.rootOrgId = this.user.rootOrgId;
|
|
|
|
+ this.form.creator = this.user.userId;
|
|
this.$http
|
|
this.$http
|
|
.get(this.exportUrl, {
|
|
.get(this.exportUrl, {
|
|
params: {
|
|
params: {
|