see999 il y a 3 ans
Parent
révision
650142a751
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/xt_pages/outpatientCharges/newStatementPrintTwo.vue

+ 1 - 1
src/xt_pages/outpatientCharges/newStatementPrintTwo.vue Voir le fichier

@@ -289,7 +289,7 @@
289 289
             })
290 290
               .then(function(response) {
291 291
                 if (response.data.state == 0) {
292
-                  this.$message.error(response.data.msg);
292
+                  // this.$message.error(response.data.msg);
293 293
                   return false
294 294
                 } else {
295 295
                   if (response.data.data.failed_code == -10) {