diff --git a/src/views/formTable/page/cardPage.vue b/src/views/formTable/page/cardPage.vue index dab8100..4368648 100644 --- a/src/views/formTable/page/cardPage.vue +++ b/src/views/formTable/page/cardPage.vue @@ -175,7 +175,8 @@ const asfGetPageData = (asfFormId: any,asfToSelectMastersKey: any) => { console.log(data.data.list) for(let i = 0;i { /* tablePageClass.value = 4; drawerWith.value = container.value?.clientWidth */ - props.stateForm.type=3 - //lookInfo.value = itval - asflookPageInfoIsShow.value = true; + 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] diff --git a/src/views/formTable/taskListPage.vue b/src/views/formTable/taskListPage.vue index e072442..720b9a0 100644 --- a/src/views/formTable/taskListPage.vue +++ b/src/views/formTable/taskListPage.vue @@ -245,7 +245,13 @@ const initLoadData = () => { } } } + //liwenxuan 二维码 20250123 start + stateData.tableData.controlBtn = stateData.tableData.controlBtn.filter( + (item: any) => item.key != "showQrCode" + ); + //liwenxuan 二维码 20250123 end stateList.tableData = stateData.tableData + stateList.searchData = stateData.searchData if(stateList.searchData == null){ stateList.searchData = new Array() @@ -502,7 +508,6 @@ const performAction = (val) => {}