解决合并冲突
This commit is contained in:
@@ -743,7 +743,6 @@ function selectMedRow(key, row, index) {
|
||||
const item = list.sort((a, b) => {
|
||||
return new Date(b.begndate) - new Date(a.begndate);
|
||||
});
|
||||
//debugger
|
||||
if (item.length > 0) {
|
||||
if (item[0].medChrgitmType != '11' && item[0].medChrgitmType != '09') {
|
||||
form.medicationInfoList.shift();
|
||||
|
||||
Reference in New Issue
Block a user