wupengfei
昨天 6c4510ab6dfd1f0962e77268fa6e49e17861a00a
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,