Browse Source

分销员管理

pengyh 1 year ago
parent
commit
53481ca942
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/userManagement/distributorManagement/index.vue

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

@@ -239,7 +239,7 @@ export default {
           }}>详情</el-button>
 			{row.examineStatus != 'WAIT' ?<el-button type="text" onClick={() => {
 			this.workerForm.userId = row.userId
-			getWebsit().then(res => {
+			getWebsit({type: 'C'}).then(res => {
 							this.websitList = res.data
 				this.dialogVisible = true
 						})