fix bug
This commit is contained in:
parent
eedddc19ae
commit
7973c2434c
4 changed files with 6 additions and 7 deletions
|
|
@ -4,7 +4,6 @@ import { useCounterMixin } from "@/stores/mixin";
|
|||
import { useQuasar } from "quasar";
|
||||
import { ref, watch, reactive } from "vue";
|
||||
import type { QTableProps } from "quasar";
|
||||
import CardPosition from "@/modules/05_placement/components/PersonalList/CardPosition.vue";
|
||||
import http from "@/plugins/http";
|
||||
import config from "@/app.config";
|
||||
|
||||
|
|
@ -48,7 +47,7 @@ const orgRevisionId = ref<string>("");
|
|||
const filter = ref<string>("");
|
||||
const isAll = ref<boolean>(false);
|
||||
const isBlank = ref<boolean>(false);
|
||||
const posMasterMain = ref<any>([]);
|
||||
const posMasterMain = ref<any[]>([]);
|
||||
const positionNo = ref<DataPositionNo[]>();
|
||||
const itemTaps = ref<string[]>();
|
||||
const filters = ref<string>("");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue