Sfoglia il codice sorgente

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

csx 5 anni fa
parent
commit
3b45615538
1 ha cambiato i file con 12 aggiunte e 14 eliminazioni
  1. 12 14
      src/xt_pages/user/patients.vue

+ 12 - 14
src/xt_pages/user/patients.vue Vedi File

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
           }