|
@@ -293,7 +293,7 @@ import {
|
|
|
updateSubject,
|
|
|
mangerVoice,
|
|
|
startUrl,
|
|
|
- queryHardByTypeList, getHaikangUserList, subjectTriggerModes
|
|
|
+ queryHardByTypeList, getHaikangUserList, subjectTriggerModes, subjectEditSort, laboratorySubjectEditSort
|
|
|
} from '@/api/laboratory/subject'
|
|
|
import { listData} from "@/api/system/dict/data";
|
|
|
import { filterDept } from "@/api/medicUniversity-3_1/index";
|
|
@@ -937,7 +937,7 @@ export default {
|
|
|
id:row.id,
|
|
|
diyOrder:row.diyOrder,
|
|
|
};
|
|
|
- updateSubject(obj).then(response => {
|
|
|
+ laboratorySubjectEditSort(obj).then(response => {
|
|
|
self.msgSuccess("修改成功");
|
|
|
self.getList();
|
|
|
});
|