浏览代码

分销员管理

pengyh 1 年之前
父节点
当前提交
53481ca942
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>
           }}>详情</el-button>
 			{row.examineStatus != 'WAIT' ?<el-button type="text" onClick={() => {
 			{row.examineStatus != 'WAIT' ?<el-button type="text" onClick={() => {
 			this.workerForm.userId = row.userId
 			this.workerForm.userId = row.userId
-			getWebsit().then(res => {
+			getWebsit({type: 'C'}).then(res => {
 							this.websitList = res.data
 							this.websitList = res.data
 				this.dialogVisible = true
 				this.dialogVisible = true
 						})
 						})