huangbin 4 년 전
부모
커밋
06eed10c01
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/views/market/spot_trade/components/buy-sell-market/components/delisting/index.vue

+ 3 - 0
src/views/market/spot_trade/components/buy-sell-market/components/delisting/index.vue

@@ -274,6 +274,9 @@ export default defineComponent({
         const { visible, cancel } = _closeModal(context);
         const accountList = getAccountTypeList([2]);
         const { rules, formState, formRef } = handleForm(props.selectedRow);
+        if (accountList.length) {
+            formState.accountid = accountList[0].accountid;
+        }
         const loading = ref<boolean>(false);
         const { isSale, isBuy } = handleIs(props.enumName, props.buyOrSell);
         const { wrHoldList } = handleSpotWarrant(props.enumName, props.buyOrSell, props.parantSelectedRow, loading);