odc.xiaohui
2022-12-15 22961d36b66fd07ac50e2b9479e0bad968723cdd
src/store/system/handheldTerminal/index.js
@@ -14,5 +14,8 @@
        updateHandheldTerminal(context, params) {
            return handheldTerminalApi.updateHandheldTerminal(params);
        },
        deleteHandheldTerminal(context, id) {
            return handheldTerminalApi.deleteHandheldTerminal(id);
        },
    },
};