1、修复了部分bug

2、优化了数据库sql文件
3、优化了部分文件
This commit is contained in:
张乐
2020-08-19 18:23:49 +08:00
parent 26781bc81e
commit 67dc28961c
46 changed files with 491 additions and 8077 deletions

View File

@@ -208,7 +208,7 @@ export default {
})
},
handlerGetTreeList() {
const _pram = { type: constants.categoryType[5].value, status: -1 }
const _pram = { type: constants.categoryType[5].value, status: 1 }
this.loading = true
categoryApi.treeCategroy(_pram).then(data => {
this.treeList = this.handleAddArrt(data)