|
@@ -384,7 +384,7 @@ export default {
|
|
return row.examineStatus == 'OK'
|
|
return row.examineStatus == 'OK'
|
|
},
|
|
},
|
|
click: ({ row, index, column }) => {
|
|
click: ({ row, index, column }) => {
|
|
- memberListPageV2({ "pageNum": 1, "pageSize": -1, "params": [{"param":"b.examine_status","compare":"=","value":"OK"}] }).then(res => {
|
|
|
|
|
|
+ memberListPageV2({ "pageNum": 1, "pageSize": -1, "params": [{"param":"b.examine_status","compare":"=","value":"OK"},{"param":"b.websit_id","compare":"=","value": row.websitId}] }).then(res => {
|
|
this.suoyoushifu = res.data.records.filter(item => item.id != row.id).map(item => ({
|
|
this.suoyoushifu = res.data.records.filter(item => item.id != row.id).map(item => ({
|
|
label: item.nickName,
|
|
label: item.nickName,
|
|
value: item.userId,
|
|
value: item.userId,
|