| | |
| | | <template v-slot:table-wrap> |
| | | <ul class="toolbar" v-if="containPermissions(['business:category:create', 'business:category:delete' ])" > |
| | | <li><el-button type="primary" |
| | | @click="$refs.operaCategoryWindow.open('新建DCA主题和观察项', null,categoryList ,4,searchForm.parentIdPath)" icon="el-icon-plus" |
| | | @click="$refs.operaCategoryWindow.open('新建DCA主题和观察项', null,categoryList ,4,searchForm.parentId)" icon="el-icon-plus" |
| | | v-permissions="['business:category:create']">新建</el-button></li> |
| | | <li><el-button type="danger" @click="deleteByIdInBatch(true,getfindTreePage)" icon="el-icon-delete" v-permissions="['business:category:delete']">批量删除</el-button></li> |
| | | </ul> |
| | |
| | | name: '', |
| | | keyword: '', |
| | | type: 4, |
| | | parentId: '', |
| | | parentId: null, |
| | | isRoot: 1, |
| | | parentIdPath: null |
| | | }, |