瀏覽代碼

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

csx 4 年之前
父節點
當前提交
3b45615538
共有 1 個文件被更改,包括 12 次插入14 次删除
  1. 12 14
      src/xt_pages/user/patients.vue

+ 12 - 14
src/xt_pages/user/patients.vue 查看文件

@@ -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
           }