Revert "CN-1096 知识库UI开发 CN-1179 知识库内新增格式错误的Tag,文件导入形式和手动增加形式报错不一致"

This reverts commit 6a7713ad
This commit is contained in:
hyx
2023-08-03 15:51:20 +08:00
parent 6a7713ad98
commit a1e9f5c391
10 changed files with 1255 additions and 2221 deletions

View File

@@ -1,4 +1,4 @@
import { chartTableOrderOptionsMapping, storageKey,knowledgeCategoryValue } from '@/utils/constants'
import { chartTableOrderOptionsMapping, storageKey } from '@/utils/constants'
import { getWidthByLanguage } from '@/utils/tools'
import { put, patch } from '@/utils/http'
import { api } from '@/utils/api'
@@ -40,6 +40,13 @@ export default {
}
}, 200)
}
},
tableData: {
handler (n) {
if (this.tableData && this.tableData.length > 0) {
// this.isInit = false
}
}
}
},
data () {