Pārlūkot izejas kodu

修改导入提示

LiFei 5 gadi atpakaļ
vecāks
revīzija
1c4df26cf4

+ 4 - 0
src/views/hwpayment/modules/HwPaymentExportModal.vue

@@ -255,6 +255,10 @@
               this.$message.error(info.file.response.message);
               return
             }
+            if(info.file.response.message=="文件导入失败:请先配置支付类型"){
+              this.$message.error(info.file.response.message);
+              return
+            }
             this.type=1
             this.dataError=info.file.response.message
             console.log(this.dataError)