continua upgrade Vue 3
This commit is contained in:
@@ -3,8 +3,8 @@ export interface IProduct {
|
||||
active?: boolean
|
||||
idProducer?: string,
|
||||
idStorehouses?: string[],
|
||||
producer?: IProducer,
|
||||
storehouses?: IStorehouse[],
|
||||
producer: IProducer,
|
||||
storehouses: IStorehouse[],
|
||||
code?: string,
|
||||
name?: string,
|
||||
description?: string,
|
||||
@@ -25,7 +25,7 @@ export interface IProduct {
|
||||
}
|
||||
|
||||
export interface IBaseOrder {
|
||||
order?: IOrder
|
||||
order: IOrder
|
||||
}
|
||||
|
||||
export interface IOrder {
|
||||
|
||||
@@ -50,7 +50,7 @@ export interface IDrag {
|
||||
|
||||
export interface ITodosState {
|
||||
showtype: number
|
||||
todos: {}
|
||||
todos: any
|
||||
categories: string[]
|
||||
// todos_changed: number
|
||||
reload_fromServer: number
|
||||
|
||||
Reference in New Issue
Block a user