fix/OrderCatalog #893
|
@ -35,7 +35,6 @@ const arrayData = useArrayData(props.dataKey);
|
|||
const categoryList = ref(null);
|
||||
const selectedCategoryFk = ref(null);
|
||||
const typeList = ref([]);
|
||||
const tagsValues = ref([]);
|
||||
const selectedTypeFk = ref(null);
|
||||
const generalSearchParam = ref(null);
|
||||
|
||||
|
|
Loading…
Reference in New Issue