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