see999 3 years ago
parent
commit
650142a751
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/outpatientCharges/newStatementPrintTwo.vue

+ 1 - 1
src/xt_pages/outpatientCharges/newStatementPrintTwo.vue View 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) {