|
@@ -295,7 +295,7 @@ import {
|
|
|
insertIsLockCabinet,
|
|
insertIsLockCabinet,
|
|
|
selectIsLockCabinetById,
|
|
selectIsLockCabinetById,
|
|
|
updateIsLockCabinet
|
|
updateIsLockCabinet
|
|
|
-} from "@/api/mes/lockcabinet";
|
|
|
|
|
|
|
+} from "@/api/mes/lockCabinet/index";
|
|
|
|
|
|
|
|
import Treeselect from "@riophae/vue-treeselect";
|
|
import Treeselect from "@riophae/vue-treeselect";
|
|
|
import "@riophae/vue-treeselect/dist/vue-treeselect.css";
|
|
import "@riophae/vue-treeselect/dist/vue-treeselect.css";
|
|
@@ -304,7 +304,7 @@ import {
|
|
|
deleteIsLockCabinetSlotsBySlotIds,
|
|
deleteIsLockCabinetSlotsBySlotIds,
|
|
|
getIsLockCabinetSlotsPage,
|
|
getIsLockCabinetSlotsPage,
|
|
|
insertIsLockCabinetSlots, selectIsLockCabinetSlotsById, updateIsLockCabinetSlots
|
|
insertIsLockCabinetSlots, selectIsLockCabinetSlotsById, updateIsLockCabinetSlots
|
|
|
-} from "@/api/mes/lockcabinet/slots";
|
|
|
|
|
|
|
+} from "@/api/mes/lockCabinet/slots";
|
|
|
|
|
|
|
|
export default {
|
|
export default {
|
|
|
name: "lock",
|
|
name: "lock",
|