src/views/StandardOrderManage/components/AddSupplierDialog.vue
@@ -136,6 +136,7 @@ () => visible.value, async (value) => { if (value) { await getSuppliers(); tableList.value = enterpriseProTableProps.value?.tableData.map((x) => ({ ...x, choose: form.value?.ids.includes(x.id), @@ -145,7 +146,9 @@ } ); const { proTableProps: enterpriseProTableProps } = useGetEnterprises(); const { getList: getSuppliers, proTableProps: enterpriseProTableProps } = useGetEnterprises({ type: EnumEnterpriseType.Supplier, }); const { getDataSource: getList,