|
|
@ -174,7 +174,7 @@ export default { |
|
|
|
await zlInfo(this.queryParams).then((res) => { |
|
|
|
const { jlfb, smfb, sort, ttfb, txfb, zytz } = res.data; |
|
|
|
// 病种(主要诊断) |
|
|
|
this.diagnoseValue = sort.sort((a, b) => a.total - b.total); |
|
|
|
this.diagnoseValue = sort?.sort((a, b) => a.total - b.total); |
|
|
|
this.handleDiagnose(); |
|
|
|
// 体系 |
|
|
|
this.systemValue = []; |
|
|
|