门诊医生站-》开立诊断 页面调整
This commit is contained in:
@@ -449,10 +449,6 @@ function handleDiagnosisChange(item, row) {
|
||||
|
||||
function handleFocus(row, index) {
|
||||
rowIndex.value = index;
|
||||
// 如果当前行已选择adviceType,同步到adviceQueryParams
|
||||
if (row.adviceType !== undefined) {
|
||||
adviceQueryParams.value.adviceType = row.adviceType;
|
||||
}
|
||||
row.showPopover = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user