CN-983 fix: 样式抽出到scss文件中

This commit is contained in:
chenjinsong
2023-05-09 17:46:31 +08:00
parent 47c0e65485
commit e08a59d6cf
4 changed files with 191 additions and 192 deletions

View File

@@ -879,11 +879,11 @@ export default {
this.importedType = this.editObject.tagType
this.initLoading = false
} else {
this.errorMsgHandler(response)
this.$message.error(this.errorMsgHandler(response))
}
}).catch(e => {
console.error(e)
this.errorMsgHandler(e)
this.$message.error(this.errorMsgHandler(e))
this.$router.push({
path: '/knowledgeBase',
t: +new Date()