Test Push
This commit is contained in:
@@ -50,6 +50,10 @@ const Floorplan: floorplan = {
|
||||
selectedDecorationId: 0
|
||||
};
|
||||
|
||||
const getData = (dataType: entity) => {
|
||||
|
||||
}
|
||||
|
||||
$(() => ajax('/ajax/getFloorplanData/1', null, 'get', setupFloorplan, null, null) )
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
type PosMode = "edit" | "void" | "transfer" | "default" | "tableSelected" | "decorationSelected" | "activeTableSelected" | "merge" | "reservedTableSelected"
|
||||
type PosModes = PosMode[]
|
||||
|
||||
|
||||
interface ajaxResult {
|
||||
status: string
|
||||
data : any
|
||||
|
||||
Reference in New Issue
Block a user