Browse Source

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

peter 1 tháng trước cách đây
mục cha
commit
348144ca42
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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: '转单失败',