MaiXinRong %!s(int64=2) %!d(string=hai) anos
pai
achega
9da43074b7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
                                 }