|
|
|
@ -175,7 +175,8 @@ const asfGetPageData = (asfFormId: any,asfToSelectMastersKey: any) => { |
|
|
|
console.log(data.data.list) |
|
|
|
for(let i = 0;i<data.data.list.length;i++){ |
|
|
|
let asfMasterAndAsfId:any = {} |
|
|
|
asfMasterAndAsfId.asfId = data.data.list[i][asfDetails[j].field] |
|
|
|
//asfMasterAndAsfId.asfId = data.data.list[i][asfDetails[j].field] |
|
|
|
asfMasterAndAsfId.asfId = data.data.list[i].id |
|
|
|
asfMasterAndAsfId.asfMasterId = data.data.list[i].id |
|
|
|
|
|
|
|
asfToSelectIds.push(asfMasterAndAsfId) |
|
|
|
@ -234,9 +235,12 @@ const asfGetPageData = (asfFormId: any,asfToSelectMastersKey: any) => { |
|
|
|
/* tablePageClass.value = 4; |
|
|
|
drawerWith.value = container.value?.clientWidth |
|
|
|
*/ |
|
|
|
setTimeout(()=>{ |
|
|
|
props.stateForm.type=3 |
|
|
|
//lookInfo.value = itval |
|
|
|
asflookPageInfoIsShow.value = true; |
|
|
|
},500) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}) |
|
|
|
@ -485,7 +489,7 @@ const qrJumpGetPageData = (qrDetailId: string) => { |
|
|
|
const getPageData = () => { |
|
|
|
loadText.value = "数据加载中,请稍后......" |
|
|
|
loadingList.value = true |
|
|
|
console.log(searchQuery.value) |
|
|
|
//console.log(searchQuery.value) |
|
|
|
let sendData = { |
|
|
|
formId: props.appId, |
|
|
|
page: state.page, |
|
|
|
@ -603,7 +607,7 @@ const fullUrl = ref(window.location.href); |
|
|
|
|
|
|
|
onMounted(()=>{ |
|
|
|
nextTick(()=>{ |
|
|
|
console.log(fullUrl.value) |
|
|
|
//console.log(fullUrl.value) |
|
|
|
if(fullUrl.value.includes("&qrDetailId=")){ |
|
|
|
let urlSplitArray = fullUrl.value.split("&qrDetailId=") |
|
|
|
let qrDetailId = urlSplitArray[1] |
|
|
|
|