no message
This commit is contained in:
parent
4618465d0b
commit
357c4a21d1
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ const filter = ref<string>("");
|
||||||
const isAll = ref<boolean>(false);
|
const isAll = ref<boolean>(false);
|
||||||
const isBlank = ref<boolean>(false);
|
const isBlank = ref<boolean>(false);
|
||||||
const posMasterMain = ref<any[]>([]);
|
const posMasterMain = ref<any[]>([]);
|
||||||
const positionNo = ref<DataPositionNo[]>();
|
const positionNo = ref<DataPositionNo[]>([]);
|
||||||
const itemTaps = ref<string[]>();
|
const itemTaps = ref<string[]>();
|
||||||
const filters = ref<string>("");
|
const filters = ref<string>("");
|
||||||
const positionId = ref<string>("");
|
const positionId = ref<string>("");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue