Procházet zdrojové kódy

Merge branch 'master' of http://git.shengws.com/csx/Vue_New

csx před 4 roky
rodič
revize
3b45615538
1 změnil soubory, kde provedl 12 přidání a 14 odebrání
  1. 12 14
      src/xt_pages/user/patients.vue

+ 12 - 14
src/xt_pages/user/patients.vue Zobrazit soubor

@@ -1056,20 +1056,18 @@
1056 1056
               }
1057 1057
 
1058 1058
 
1059
-
1060
-
1061
-              // let params = {
1062
-              //   'patients': this.export_date
1063
-              // }
1064
-              // postExportPatients(params).then(
1065
-              //   response => {
1066
-              //     if (response.data.state === 1) {
1067
-              //       this.getList()
1068
-              //     } else {
1069
-              //       this.$message.error(response.data.msg)
1070
-              //     }
1071
-              //   }
1072
-              // )
1059
+              let params = {
1060
+                'patients': this.export_date
1061
+              }
1062
+              postExportPatients(params).then(
1063
+                response => {
1064
+                  if (response.data.state === 1) {
1065
+                    this.getList()
1066
+                  } else {
1067
+                    this.$message.error(response.data.msg)
1068
+                  }
1069
+                }
1070
+              )
1073 1071
 
1074 1072
             }
1075 1073
           }