mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-09 19:06:49 +08:00
fix:通用文件校验
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<el-button v-if="active === 0" type="primary" size="medium" @click="fetchApi">
|
||||
一键处理
|
||||
</el-button>
|
||||
<el-button size="medium" @click="active--" v-if="active > 1">上一步</el-button>
|
||||
<el-button size="medium" @click="active--" v-if="active >= 1">上一步</el-button>
|
||||
<el-button type="primary" size="medium" @click="nextStep" v-if="active < 2">下一步</el-button>
|
||||
<el-button type="primary" size="medium" @click="nextStep" v-if="active === 2">确定</el-button>
|
||||
<el-button type="primary" size="medium" @click="$router.history.go(-1)">取消</el-button>
|
||||
@@ -74,12 +74,14 @@ export default {
|
||||
})
|
||||
},
|
||||
getForm(form) {
|
||||
console.log(form)
|
||||
debugger
|
||||
// if (form.beMinerU) {
|
||||
// this.beMinerU()
|
||||
// } else {
|
||||
// this.saveMarkDown()
|
||||
// }
|
||||
if (form.radio === 2) {
|
||||
if (form.radio === '2') {
|
||||
this.$router.go(-1)
|
||||
sessionStorage.setItem('documentId', this.documentId)
|
||||
} else if (form.beMinerU) {
|
||||
|
||||
Reference in New Issue
Block a user