Commit d39c0456 by liuyong
2 parents 09730595 6f09455c
Showing with 6 additions and 6 deletions
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
class="filter-tree" class="filter-tree"
:data="treeData" :data="treeData"
:highlight-current="true" :highlight-current="true"
default-expand-all
node-key="viewId" node-key="viewId"
@node-click="treeClick" @node-click="treeClick"
:props="{ children: 'subList', label: 'viewName', id: 'viewId' }" :props="{ children: 'subList', label: 'viewName', id: 'viewId' }"
...@@ -132,7 +133,7 @@ ...@@ -132,7 +133,7 @@
</template> </template>
<script> <script>
import { import {
getArchiViewManage, getArchiViewManage,
getArchiViewManageDetail, getArchiViewManageDetail,
addArchiViewManage, addArchiViewManage,
...@@ -288,7 +289,7 @@ export default { ...@@ -288,7 +289,7 @@ export default {
Message({ Message({
type: 'info', type: 'info',
message: '已取消' message: '已取消'
}); });
}); });
}, },
open_dialog(status) {//打开新增对话框 open_dialog(status) {//打开新增对话框
...@@ -462,7 +463,7 @@ export default { ...@@ -462,7 +463,7 @@ export default {
}, },
getData() {//获取树节点内容 getData() {//获取树节点内容
const params = { const params = {
} }
getArchiViewManage(params).then(res => { getArchiViewManage(params).then(res => {
if(res.code == 200) { if(res.code == 200) {
...@@ -570,7 +571,7 @@ export default { ...@@ -570,7 +571,7 @@ export default {
align-items: center; align-items: center;
i{ i{
font-size: 60px; font-size: 60px;
} }
} }
.card_item{ .card_item{
...@@ -609,4 +610,4 @@ export default { ...@@ -609,4 +610,4 @@ export default {
} }
} }
} }
</style> </style>
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!