|
|
@@ -88,10 +88,10 @@ export default { |
|
|
|
// 表单项数据结构 |
|
|
|
scheme: { |
|
|
|
JournalSend: { |
|
|
|
JTitle: { type: 'text', title: '日志主题' }, |
|
|
|
JTypeId: { type: 'select', title: '日志类型', dataSource: '0' }, |
|
|
|
JReceiveId: { type: 'organize', title: '接收人', dataType: 'user' }, |
|
|
|
JContent: { type: 'textarea', title: '日志内容' }, |
|
|
|
JTitle: { type: 'text' }, |
|
|
|
JTypeId: { type: 'select' }, |
|
|
|
JReceiveId: { type: 'organize'}, |
|
|
|
JContent: { type: 'textarea' }, |
|
|
|
}, |
|
|
|
|
|
|
|
}, |
|
|
@@ -137,8 +137,8 @@ export default { |
|
|
|
this.origin = await this.getDefaultForm() |
|
|
|
} else { |
|
|
|
const result = await this.HTTP_GET('learun/adms/eval/paper', {VID:this.id}) |
|
|
|
console.log(result); |
|
|
|
this.origin = await this.formatFormData(result) |
|
|
|
console.log(result,"result") |
|
|
|
} |
|
|
|
this.current = this.COPY(this.origin) |
|
|
|
}, |