|
|
@@ -12,7 +12,7 @@
|
|
|
<el-input style="width: 150px;" @keydown.enter.native="select" clearable placeholder="请输入昵称"
|
|
|
v-model="campus"></el-input>
|
|
|
</div>  
|
|
|
- <div style="margin:5px;display: inline-block;">
|
|
|
+ <!-- <div style="margin:5px;display: inline-block;">
|
|
|
<span>邀请码:</span>
|
|
|
<el-input style="width: 150px;" @keydown.enter.native="select" clearable placeholder="请输入邀请码"
|
|
|
v-model="invitationCodeT"></el-input>
|
|
|
@@ -21,7 +21,7 @@
|
|
|
<span>邀请人邀请码:</span>
|
|
|
<el-input style="width: 150px;" @keydown.enter.native="select" clearable placeholder="请输入邀请人邀请码"
|
|
|
v-model="inviterCodeT"></el-input>
|
|
|
- </div>  
|
|
|
+ </div>   -->
|
|
|
<div style="margin:5px;display: inline-block;">
|
|
|
<span>开始时间:</span>
|
|
|
<el-date-picker style="width: 160px;margin-left: 10px;" v-model="startTime" align="right"
|
|
|
@@ -143,7 +143,7 @@
|
|
|
<el-input style="width: 150px;" @keydown.enter.native="select" clearable placeholder="请输入昵称"
|
|
|
v-model="campus"></el-input>
|
|
|
</div>  
|
|
|
- <div style="margin:5px;display: inline-block;">
|
|
|
+ <!-- <div style="margin:5px;display: inline-block;">
|
|
|
<span>邀请码:</span>
|
|
|
<el-input style="width: 150px;" @keydown.enter.native="select" clearable placeholder="请输入邀请码"
|
|
|
v-model="invitationCodeT"></el-input>
|
|
|
@@ -152,7 +152,7 @@
|
|
|
<span>邀请人邀请码:</span>
|
|
|
<el-input style="width: 150px;" @keydown.enter.native="select" clearable placeholder="请输入邀请人邀请码"
|
|
|
v-model="inviterCodeT"></el-input>
|
|
|
- </div>  
|
|
|
+ </div>   -->
|
|
|
<div style="margin:5px;display: inline-block;">
|
|
|
<span>开始时间:</span>
|
|
|
<el-date-picker style="width: 160px;margin-left: 10px;" v-model="startTime" align="right"
|
|
|
@@ -274,7 +274,7 @@
|
|
|
<el-input style="width: 150px;" @keydown.enter.native="select" clearable placeholder="请输入昵称"
|
|
|
v-model="campus"></el-input>
|
|
|
</div>  
|
|
|
- <div style="margin:5px;display: inline-block;">
|
|
|
+ <!-- <div style="margin:5px;display: inline-block;">
|
|
|
<span>邀请码:</span>
|
|
|
<el-input style="width: 150px;" @keydown.enter.native="select" clearable placeholder="请输入邀请码"
|
|
|
v-model="invitationCodeT"></el-input>
|
|
|
@@ -283,7 +283,7 @@
|
|
|
<span>邀请人邀请码:</span>
|
|
|
<el-input style="width: 150px;" @keydown.enter.native="select" clearable placeholder="请输入邀请人邀请码"
|
|
|
v-model="inviterCodeT"></el-input>
|
|
|
- </div>  
|
|
|
+ </div>   -->
|
|
|
<div style="margin:5px;display: inline-block;">
|
|
|
<span>开始时间:</span>
|
|
|
<el-date-picker style="width: 160px;margin-left: 10px;" v-model="startTime" align="right"
|
|
|
@@ -404,7 +404,7 @@
|
|
|
<el-input style="width: 150px;" @keydown.enter.native="select" clearable placeholder="请输入昵称"
|
|
|
v-model="campus"></el-input>
|
|
|
</div>  
|
|
|
- <div style="margin:5px;display: inline-block;">
|
|
|
+ <!-- <div style="margin:5px;display: inline-block;">
|
|
|
<span>邀请码:</span>
|
|
|
<el-input style="width: 150px;" @keydown.enter.native="select" clearable placeholder="请输入邀请码"
|
|
|
v-model="invitationCodeT"></el-input>
|
|
|
@@ -413,7 +413,7 @@
|
|
|
<span>邀请人邀请码:</span>
|
|
|
<el-input style="width: 150px;" @keydown.enter.native="select" clearable placeholder="请输入邀请人邀请码"
|
|
|
v-model="inviterCodeT"></el-input>
|
|
|
- </div>  
|
|
|
+ </div>   -->
|
|
|
<div style="margin:5px;display: inline-block;">
|
|
|
<span>开始时间:</span>
|
|
|
<el-date-picker style="width: 160px;margin-left: 10px;" v-model="startTime" align="right"
|
|
|
@@ -689,8 +689,8 @@
|
|
|
isVip: '',
|
|
|
type: 1,
|
|
|
proportion: '',
|
|
|
- inviterCodeT: '',
|
|
|
- invitationCodeT: '',
|
|
|
+ // inviterCodeT: '',
|
|
|
+ // invitationCodeT: '',
|
|
|
}
|
|
|
},
|
|
|
methods: {
|
|
|
@@ -797,8 +797,8 @@
|
|
|
handleClick(tab, event) {
|
|
|
this.page = 1
|
|
|
this.campus = ''
|
|
|
- this.inviterCodeT = ''
|
|
|
- this.invitationCodeT = ''
|
|
|
+ // this.inviterCodeT = ''
|
|
|
+ // this.invitationCodeT = ''
|
|
|
this.phone = ''
|
|
|
this.checkBoxData = []
|
|
|
if (tab._props.label == '全部用户') {
|
|
|
@@ -908,8 +908,8 @@
|
|
|
cleans() {
|
|
|
this.page = 1
|
|
|
this.campus = ''
|
|
|
- this.inviterCodeT = ''
|
|
|
- this.invitationCodeT = ''
|
|
|
+ // this.inviterCodeT = ''
|
|
|
+ // this.invitationCodeT = ''
|
|
|
this.phone = ''
|
|
|
this.startTime = ''
|
|
|
this.endTime = ''
|
|
|
@@ -1019,8 +1019,8 @@
|
|
|
'isCompanyVip': this.isCompanyVip,
|
|
|
'startTime': this.startTime,
|
|
|
'endTime': this.endTime,
|
|
|
- 'inviterCode': this.inviterCodeT,
|
|
|
- 'invitationCode': this.invitationCodeT,
|
|
|
+ // 'inviterCode': this.inviterCodeT,
|
|
|
+ // 'invitationCode': this.invitationCodeT,
|
|
|
})
|
|
|
}).then(({
|
|
|
data
|
|
|
@@ -1322,8 +1322,8 @@
|
|
|
'isCompanyVip': this.isCompanyVip,
|
|
|
'startTime': this.startTime,
|
|
|
'endTime': this.endTime,
|
|
|
- 'inviterCode': this.inviterCodeT,
|
|
|
- 'invitationCode': this.invitationCodeT,
|
|
|
+ // 'inviterCode': this.inviterCodeT,
|
|
|
+ // 'invitationCode': this.invitationCodeT,
|
|
|
})
|
|
|
}).then(({
|
|
|
data
|