Commit 0406b853 by xiaohai

调试插件

parent 78fc8395
<template>
<div class="memberGroupList-wrap common-wrap">
<nav-crumb :navpath="navpath"></nav-crumb>
<!-- <el-dialog
title="提示"
:visible.sync="dialogVisible"
width="80%">
<group-transfer></group-transfer>
</el-dialog> -->
<div class="right-content">
<div class="right-box">
<div class="common-wrap__opt">
......@@ -194,9 +188,13 @@
import timeFormat from '@/common/js/timeFormat';
import { _debounce } from "@/common/js/public";
import { getRequest, postRequest, postJson, postForm } from '@/api/api';
import groupTransfer from '@/components/groupTransfer';
// import groupTransfer from '@/components/groupTransfer';
export default {
name: 'memberGroupList',
components: {
// groupTransfer,
navCrumb
},
data() {
return {
dialogVisible: true,
......@@ -537,10 +535,6 @@
mounted() {
const that = this
that.getGroupList()
},
components: {
groupTransfer,
navCrumb
}
}
</script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment