幸运24-后台-关注用户个人数据-后台关注用户
This commit is contained in:
@@ -1,6 +1,24 @@
|
||||
<template>
|
||||
<div class="box">
|
||||
<div class="condition">
|
||||
<div class="inquire">
|
||||
<span>后台关注用户</span>
|
||||
<!-- @input="handleInput" -->
|
||||
<el-input v-model="inquire.adminFollowErbanNoList"
|
||||
placeholder=""
|
||||
class="input"
|
||||
disabled></el-input>
|
||||
<el-button class="primary"
|
||||
type="primary"
|
||||
@click="
|
||||
editDialog = true;
|
||||
butClick = false;
|
||||
type = 16;
|
||||
editDialogTitle = '后台关注用户';
|
||||
value = inquire.adminFollowErbanNoList;
|
||||
">
|
||||
编辑</el-button>
|
||||
</div>
|
||||
<div class="inquire">
|
||||
<span>用户上线列表</span>
|
||||
<!-- @input="handleInput" -->
|
||||
@@ -662,6 +680,7 @@ export default {
|
||||
userRevenueRatio: "",
|
||||
warnMulti: "",
|
||||
followErbanNoList: "",
|
||||
adminFollowErbanNoList: "",
|
||||
whiteErbanNoProductionRatioMap: "",
|
||||
blackErbanNoList: "",
|
||||
preJudgeValue_H: undefined,
|
||||
@@ -701,6 +720,7 @@ export default {
|
||||
this.inquire.userRevenueRatio = res.data.receiverRatio;
|
||||
this.inquire.warnMulti = res.data.warnMulti;
|
||||
this.inquire.followErbanNoList = res.data.followErbanNoList.join();
|
||||
this.inquire.adminFollowErbanNoList = res.data.adminFollowErbanNoList.join();
|
||||
// this.inquire.whiteErbanNoProductionRatioMap = res.data.whiteErbanNoProductionRatioMap.join();
|
||||
this.inquire.blackErbanNoList = res.data.blackErbanNoList.join();
|
||||
var newArr = [];
|
||||
@@ -837,6 +857,8 @@ export default {
|
||||
obj.warnMulti = this.value;
|
||||
} else if (this.type == 11) {
|
||||
obj.followErbanNoList = this.value.split(",");
|
||||
} else if (this.type == 16) {
|
||||
obj.adminFollowErbanNoList = this.value.split(",");
|
||||
} else if (this.type == 14) {
|
||||
obj.whiteErbanNoProductionRatioMap =
|
||||
this.whiteErbanNoProductionRatioMap;
|
||||
|
Reference in New Issue
Block a user