refactor: remove unused variable
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
3825dc3851
commit
c1d623622d
|
@ -35,7 +35,6 @@ const arrayData = useArrayData(props.dataKey);
|
||||||
const categoryList = ref(null);
|
const categoryList = ref(null);
|
||||||
const selectedCategoryFk = ref(null);
|
const selectedCategoryFk = ref(null);
|
||||||
const typeList = ref([]);
|
const typeList = ref([]);
|
||||||
const tagsValues = ref([]);
|
|
||||||
const selectedTypeFk = ref(null);
|
const selectedTypeFk = ref(null);
|
||||||
const generalSearchParam = ref(null);
|
const generalSearchParam = ref(null);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue