|
@@ -308,8 +308,6 @@ $(function () {
|
|
|
|
|
|
$("#infoTmpl").tmpl(obj).appendTo("#patientInfo").promise().done(function () {
|
|
|
getQcFirstAnalyze()
|
|
|
- console.log("getQcFirstAnalyze执行了")
|
|
|
- // showQcFirstAnalyze()
|
|
|
});
|
|
|
/*$(".check").on("click", function(){
|
|
|
checkQc()
|
|
@@ -1156,7 +1154,7 @@ $(function () {
|
|
|
post(api.getQcFirstAnalyze, {
|
|
|
"behospitalCode": global_id,
|
|
|
}).then(res => {
|
|
|
- console.log("getQcFirstAnalyze", res)
|
|
|
+ // console.log("getQcFirstAnalyze", res)
|
|
|
const { code, msg, data } = res.data
|
|
|
if (code == '0') {
|
|
|
qcFirstAnalyzeData = data
|