|
@@ -419,7 +419,7 @@ $('.selectModuleType').on("input", function(e){
|
|
|
getmoduleTypeList()
|
|
|
//获取模块类型
|
|
|
function getmoduleTypeList(val){
|
|
|
- post(api.getMedQualityCoList,{}).then(res =>{
|
|
|
+ post(api.getMedQualityCoList,{casesName:val=="全部"?"":val||""}).then(res =>{
|
|
|
if(res.data.code == '0'){
|
|
|
const moduleTypeList = res.data.data
|
|
|
renderModuleTypeList(moduleTypeList)
|