Explorar el Código

fix:售后单增加校验后的错误提示

chenjiaxin hace 2 meses
padre
commit
0cab3b9d53
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/views/oms/refund/refundList.vue

+ 2 - 0
src/views/oms/refund/refundList.vue

@@ -1357,6 +1357,8 @@ export default {
                 this.btnLoading = false;
                 this.dialogFormCancelVisible = false;
                 this.getList();
+              } else {
+                this.$message.error(res.msg);
               }
             },
             error => {