see999 3 anni fa
parent
commit
650142a751
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/xt_pages/outpatientCharges/newStatementPrintTwo.vue

+ 1 - 1
src/xt_pages/outpatientCharges/newStatementPrintTwo.vue Vedi File

@@ -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) {