MaiXinRong 2 năm trước cách đây
mục cha
commit
9da43074b7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/public/js/stage.js

+ 1 - 1
app/public/js/stage.js

@@ -4517,7 +4517,7 @@ $(document).ready(() => {
                         break;
                     case "endMeasure":
                         tree.expandByCustom(function (node) {
-                            for (const field of ['end_contract_tp', 'end_qc_tp', 'end_gather_tp']) {
+                            for (const field of ['contract_tp', 'qc_tp', 'gather_tp', 'pre_contract_tp', 'pre_qc_tp', 'pre_gather_tp', 'end_contract_tp', 'end_qc_tp', 'end_gather_tp']) {
                                 if (node[field]) {
                                     return true;
                                 }