|
@@ -192,6 +192,7 @@
|
|
|
slot="reference">停止</el-button>
|
|
|
</el-popover>
|
|
|
<el-button type="text"
|
|
|
+ v-if="scope.row.status > 1"
|
|
|
v-permission="'/vipReset'"
|
|
|
@click="resetVip(scope.row.id)">修改</el-button>
|
|
|
</div>
|
|
@@ -288,7 +289,7 @@ export default {
|
|
|
let params = this.searchForm
|
|
|
params.page = this.rules.page
|
|
|
params.rows = this.rules.limit
|
|
|
- params.organId = this.searchForm.orgin
|
|
|
+ params.organId = this.searchForm.orgin || null
|
|
|
params.status = this.searchForm.status || null
|
|
|
getVipList(params).then(res => {
|
|
|
if (res.code == 200) {
|