提交 fbb744cc 作者: 施汉文

🌈 style: 客服标签添加

上级 272b2066
...@@ -64,7 +64,7 @@ export default { ...@@ -64,7 +64,7 @@ export default {
}, },
data() { data() {
return { return {
show: true, show: false,
inputValue: "", inputValue: "",
defaultCheckedIds: [], defaultCheckedIds: [],
list: [], //默认选中 list: [], //默认选中
...@@ -107,7 +107,7 @@ export default { ...@@ -107,7 +107,7 @@ export default {
await this.getRoleLabel(); await this.getRoleLabel();
await this.handleChange(); await this.handleChange();
}, },
open() { open(list) {
this.show = true; this.show = true;
}, },
close() { close() {
......
...@@ -300,8 +300,6 @@ ...@@ -300,8 +300,6 @@
</div> </div>
</div> </div>
</div> </div>
<AddTagsDrawer ref="addTagsDrawer" :game-user-info="gameUserInfo" />
</div> </div>
</template> </template>
<script> <script>
...@@ -313,14 +311,13 @@ import moment from "moment"; ...@@ -313,14 +311,13 @@ import moment from "moment";
import ZyouTag from "./ZyouTag.vue"; import ZyouTag from "./ZyouTag.vue";
import { debounce } from "@/utils"; import { debounce } from "@/utils";
import LastLogin from "@/views/components/quickSendGame/sendGame/lastLogin.vue"; import LastLogin from "@/views/components/quickSendGame/sendGame/lastLogin.vue";
import AddTagsDrawer from "@/views/popup/AddTagsDrawer/index.vue";
export default { export default {
name: "gameUserInfo", name: "gameUserInfo",
components: { components: {
ZyouTag, ZyouTag,
MarketingPanel, MarketingPanel,
LastLogin, LastLogin,
AddTagsDrawer,
}, },
props: ["gameUserInfo", "chatUserDetails"], props: ["gameUserInfo", "chatUserDetails"],
data() { data() {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论