|
@@ -520,6 +520,7 @@ export default {
|
|
|
method: searchMethod.value,
|
|
|
content: queryString,
|
|
|
target: 'physician',
|
|
|
+ medType: patient.value.medType,
|
|
|
}
|
|
|
searchData(param).then((res) => {
|
|
|
cb(res)
|
|
@@ -540,6 +541,7 @@ export default {
|
|
|
method: searchMethod.value,
|
|
|
content: queryString,
|
|
|
target: injuryMode.value ? 'injurydiag' : 'diag',
|
|
|
+ medType: patient.value.medType,
|
|
|
}
|
|
|
searchData(param).then((res) => {
|
|
|
cb(res)
|