|
|
|
@ -627,6 +627,7 @@ |
|
|
|
let inData={ |
|
|
|
site:this.dataForm.site, |
|
|
|
projectId:this.dataForm.projectId, |
|
|
|
roleNo:'R001', |
|
|
|
} |
|
|
|
searchOperatorWithSite(inData).then(({data}) => { |
|
|
|
this.operatorList=data.rows |
|
|
|
@ -651,6 +652,7 @@ |
|
|
|
let inData={ |
|
|
|
site:this.dataForm.site, |
|
|
|
projectId:this.dataForm.projectId, |
|
|
|
roleNo:'R001', |
|
|
|
} |
|
|
|
searchOperatorWithSite(inData).then(({data}) => { |
|
|
|
this.operatorList=data.rows |
|
|
|
|