|
@@ -55,8 +55,8 @@ const props = defineProps({
|
|
const SeqArray = ref([]);
|
|
const SeqArray = ref([]);
|
|
const emits = defineEmits(["update:modelValue", "submit"]);
|
|
const emits = defineEmits(["update:modelValue", "submit"]);
|
|
const getSeq = async () => {
|
|
const getSeq = async () => {
|
|
- const { data } = await getSeqData(processStore.scanInfo.id);
|
|
|
|
- SeqArray.value = data.processWorkSeq;
|
|
|
|
|
|
+ // const { data } = await getSeqData(processStore.scanInfo.id);
|
|
|
|
+ SeqArray.value = [processStore.useSeqNo];
|
|
};
|
|
};
|
|
onMounted(() => {
|
|
onMounted(() => {
|
|
getSeq();
|
|
getSeq();
|