Browse Source

师傅管理绑定师傅修改

pengyh 1 year ago
parent
commit
3c09a21171
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/userManagement/masterManagement/index.vue

+ 1 - 1
src/views/userManagement/masterManagement/index.vue

@@ -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,