odc.xiaohui
2023-02-21 7f1956cafa4bbc08e67713e7bfeb1748b9e588b0
src/store/system/handheldTerminal/index.js
@@ -14,5 +14,8 @@
        updateHandheldTerminal(context, params) {
            return handheldTerminalApi.updateHandheldTerminal(params);
        },
        deleteHandheldTerminal(context, id) {
            return handheldTerminalApi.deleteHandheldTerminal(id);
        },
    },
};