lihong 2 rokov pred
rodič
commit
2c7c93d8fd

+ 1 - 1
src/main/resources/static/js/mz/add_mzzyreq.js

@@ -292,7 +292,7 @@ function getAllPatient() {
                 align: "center",
                 valign: 'middle',
                 formatter: function (value, row, index) {
-                    return value == null ? "未知" : 1 ? "男":"女";
+                    return value == 1 ?  "男":"女";
                 }
 
             },