|
@@ -180,7 +180,7 @@ function renderTab(data,hisId,activePage){
|
|
|
})
|
|
|
}
|
|
|
function getDeptList(val){
|
|
|
- post(api.getDeptList,{inputStr:val=="全部"?"":val||""}).then(res =>{
|
|
|
+ post(api.getQcClickDeptList,{inputStr:val=="全部"?"":val||""}).then(res =>{
|
|
|
if(res.data.code == '0'){
|
|
|
const deptList = res.data.data||[]
|
|
|
rendeDeptList(deptList)
|