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