|
@@ -207,7 +207,7 @@ $('.selectModuleType').on("input", function (e) {
|
|
|
getmoduleTypeList()
|
|
|
//获取指标列表数据
|
|
|
function getmoduleTypeList(val) {
|
|
|
- post(api.getMedQualityCoList, {}).then(res => {
|
|
|
+ post(api.getMedQualityCoList, { inputStr: val == "全部" ? "" : val || "" }).then(res => {
|
|
|
if (res.data.code == '0') {
|
|
|
const moduleTypeList = res.data.data
|
|
|
renderModuleTypeList(moduleTypeList)
|