Просмотр исходного кода

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

peter 1 месяц назад
Родитель
Сommit
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: '转单失败',