Explorar el Código

核保弹框点取消 出现个红色的toast 问题解决

祁鹏飞 hace 1 mes
padre
commit
cc27f3e7c2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/insurancePolicy/index.vue

+ 1 - 0
src/views/insurancePolicy/index.vue

@@ -3223,6 +3223,7 @@ const handleUnderwritingClose = (bool: any, dataObj: any) => {
     insOrderRightsInfoDto.value.totalPriceCount = dataObj.totalPriceCount;
   }
   underwritingShow.value = false
+  if(!bool) return
   if (bool?.code == 200) {
     ElMessage({
       message: bool.msg,