Browse Source

Merge branch 'xy3yuan1015' into test

1178232204@qq.com 3 years ago
parent
commit
d4c9766448
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/js/dept/partDetailControlDept.js

+ 1 - 1
src/js/dept/partDetailControlDept.js

@@ -281,7 +281,7 @@ function renderTab(data, hisId, activePage) {
     for (let i = 0; i < data.length; i++) {
         const item = data[i]
         str += `
-            <tr  data-index=${i} data-doc=${item.doctorName} data-docId="${item.doctorId || ""}">
+            <tr  data-index=${i} data-doc=${item.doctorName || ""} data-docId="${item.doctorId || ""}">
                 <td  class="textCenter">${(activePage - 1) * 15 + i + 1}</td>
                 <td class="">${item.doctorName || "-"}</td>
                 <td class="goHomeDetail" data-ruleType="" data-dept="${item.deptName || ""}" >${item.entryNum || "-"}</td>