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