wupengfei
2 天以前 6c4510ab6dfd1f0962e77268fa6e49e17861a00a
src/views/StandardOrderManage/components/AddOrEditServicesManageView.vue
@@ -249,7 +249,9 @@
  operationBtnMap,
});
const { proTableProps: enterpriseProTableProps } = useGetEnterprises();
const { getList: getSuppliers, proTableProps: enterpriseProTableProps } = useGetEnterprises({
  type: EnumEnterpriseType.Supplier,
});
const form = reactive({
  id: '',
@@ -459,6 +461,10 @@
    name: 'ServicesManage',
  });
}
onMounted(async () => {
  await getSuppliers();
});
</script>
<style lang="scss" scoped>