pengyh 1 рік тому
батько
коміт
53481ca942

+ 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
 						})