mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-09 10:56:50 +08:00
重置
This commit is contained in:
@@ -123,8 +123,8 @@ export default {
|
||||
// // 上传状态
|
||||
// documentStatus: this.form.documentStatus,
|
||||
// // 任务时间
|
||||
startCreatedDate: this.formattedDate[0] + ' 00:00:00',
|
||||
endCreatedDate: this.formattedDate[1] + ' 23:59:59',
|
||||
startCreatedDate: this.formattedDate.length > 1 ? this.formattedDate[0] + ' 00:00:00' : this.formattedDate[0],
|
||||
endCreatedDate: this.formattedDate.length > 1 ? this.formattedDate[1] + ' 23:59:59' : this.formattedDate[1],
|
||||
knowledgeNameLike: this.form.knowledgeName,
|
||||
documentStatus: this.form.documentStatus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user