wupengfei
昨天 eae59b2d0c6f23529b4ab22c0bc4ed528e4d64f5
apps/housekeepingMiniApp/src/subpackages/sercice/addStandardOrder/InnerPage.vue
@@ -120,7 +120,13 @@
      :is-show-custom-address="false"
      @selected="selected"
      exist-address-title="选择地址"
    ></nut-address>
    >
      <template #bottom>
        <div class="select-address-bottom">
          <nut-button type="primary" @click="goSelectAddress">新增地址</nut-button>
        </div>
      </template>
    </nut-address>
  </LoadingLayout>
</template>
@@ -141,6 +147,7 @@
import dayjs from 'dayjs';
import { EnumUserBankCardAccess, EnumUserBankCardAccessTextFormStandard } from '@12333/constants';
import { Message } from '@12333/utils';
import { template } from 'lodash';
defineOptions({
  name: 'InnerPage',
@@ -200,6 +207,7 @@
const { infiniteLoadingProps } = useEnterpriseAddresses({
  rows: 100,
  refeshDidShow: false,
  onSuccess(res) {
    const data = res.pages[0].data;
    const address = data.find((item) => item.isDefault);