CN-1096 知识库UI开发

This commit is contained in:
hyx
2023-08-03 15:54:30 +08:00
parent a1e9f5c391
commit a456c5aa4b
10 changed files with 2236 additions and 1270 deletions

View File

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