diff --git a/src/components/Annex/src/Annex.vue b/src/components/Annex/src/Annex.vue index 6fd4c4f48..4cae5c2e1 100644 --- a/src/components/Annex/src/Annex.vue +++ b/src/components/Annex/src/Annex.vue @@ -64,7 +64,7 @@ const deleteAnnex = async (id) => { emit('deleteAnnexSuccess') } const downFile = (item)=>{ - window.open(import.meta.env.VITE_BASE_URL + '/admin-api/infra/file/0/get/' + item.path,'222') + window.open(import.meta.env.VITE_BASE_URL + '/admin-api/infra/file/0/get/' + item.path) } diff --git a/src/components/SearchHigh/src/SearchHigh.vue b/src/components/SearchHigh/src/SearchHigh.vue index 236269471..b1b9b4e9e 100644 --- a/src/components/SearchHigh/src/SearchHigh.vue +++ b/src/components/SearchHigh/src/SearchHigh.vue @@ -62,7 +62,7 @@ import { DICT_TYPE, getStrDictOptions } from '@/utils/dict' const message = useMessage() // 消息弹窗 const route = useRoute() // 路由信息 const popoverVisible = ref(false) -const searchOption_high = ref(tableColumnsFun[route.name].allSchemas.tableColumns.filter(item => (item.field != "action"))) +const searchOption_high = ref(tableColumnsFun[route.name]?.allSchemas.tableColumns.filter(item => (item.field != "action"))) const moreListData = ref({ filters:[] }) diff --git a/src/views/wms/strategy/arrivalInspectionStrategy/AddForm.vue b/src/views/wms/strategy/arrivalInspectionStrategy/AddForm.vue index efcce05eb..b75e8eb68 100644 --- a/src/views/wms/strategy/arrivalInspectionStrategy/AddForm.vue +++ b/src/views/wms/strategy/arrivalInspectionStrategy/AddForm.vue @@ -1,16 +1,15 @@ - - +