MaiXinRong 2 سال پیش
والد
کامیت
9da43074b7
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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;
                                 }