Explorar o código

分销员管理

pengyh hai 1 ano
pai
achega
53481ca942
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 						})