Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
<span>{{$t('search.searchHistory')}}</span>
|
||||
</div>
|
||||
<div class="foot__item">
|
||||
<span @click="search">{{$t('overall.explore')}}</span>
|
||||
<!-- <el-divider direction="vertical"></el-divider>
|
||||
<!-- <span @click="search">{{$t('overall.explore')}}</span>
|
||||
<el-divider direction="vertical"></el-divider>
|
||||
<span>{{$t('overall.help')}}</span>-->
|
||||
</div>
|
||||
<transition name="el-zoom-in-top">
|
||||
|
||||
@@ -803,11 +803,11 @@ export default {
|
||||
}
|
||||
})
|
||||
} else {
|
||||
this.errorMsgHandler(response)
|
||||
this.$message.error(this.errorMsgHandler(response))
|
||||
}
|
||||
}).catch(e => {
|
||||
console.error(e)
|
||||
this.errorMsgHandler(e)
|
||||
this.$message.error(this.errorMsgHandler(e))
|
||||
}).finally(() => {
|
||||
this.blockOperation.save = false
|
||||
})
|
||||
@@ -832,11 +832,11 @@ export default {
|
||||
}
|
||||
})
|
||||
} else {
|
||||
this.errorMsgHandler(response)
|
||||
this.$message.error(this.errorMsgHandler(response))
|
||||
}
|
||||
}).catch(e => {
|
||||
console.error(e)
|
||||
this.errorMsgHandler(e)
|
||||
this.$message.error(this.errorMsgHandler(e))
|
||||
}).finally(() => {
|
||||
this.blockOperation.save = false
|
||||
})
|
||||
@@ -863,7 +863,7 @@ export default {
|
||||
async getKnowledgeBaseList () {
|
||||
return await axios.get(this.listUrl, { params: { pageSize: 999 } }).catch(e => {
|
||||
console.error(e)
|
||||
this.errorMsgHandler(e)
|
||||
this.$message.error(this.errorMsgHandler(e))
|
||||
})
|
||||
},
|
||||
editImportedData (index) {
|
||||
|
||||
Reference in New Issue
Block a user