瀏覽代碼

中间计量问题

MaiXinRong 1 年之前
父節點
當前提交
a4f6bae36d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/lib/stage_im.js

+ 1 - 1
app/lib/stage_im.js

@@ -1035,7 +1035,7 @@ class StageIm {
     }
 
     _sortImData() {
-        const st = (['fj', 'sz'].indexOf(this.tender.info.s_type) >= 0 && [imType.zl.value, imType.bw.value].indexOf(stage.im_type) >= 0)
+        const st = (['fj', 'sz'].indexOf(this.tender.info.s_type) >= 0 && [imType.zl.value, imType.bw.value].indexOf(this.stage.im_type) >= 0)
             ? SortType.TZ
             : (this.stage.im_type !== imType.tz.value && this.stage.im_type !== imType.bb.value ? SortType.GCL : SortType.TZ);
         if (st === SortType.GCL) {