소스 검색

change: indent转单.尝试处理部分浏览器(360)不会自动触发close回调的问题.

peter 1 개월 전
부모
커밋
348144ca42
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/pages/indent-manage/indent/components/quoteRecord.vue

+ 1 - 0
src/pages/indent-manage/indent/components/quoteRecord.vue

@@ -625,6 +625,7 @@ const onChangeOrderClick = (row: any) => {
             )
             toApplyVendor()
           }
+          close() // 尝试处理部分浏览器(360)不会自动触发close回调的问题.
         } else {
           ElNotification({
             title: '转单失败',