MaiXinRong 3 năm trước cách đây
mục cha
commit
8745f7227e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/controller/tender_controller.js

+ 1 - 1
app/controller/tender_controller.js

@@ -1388,7 +1388,7 @@ module.exports = app => {
                             });
                             break;
                         case 'change_apply':
-                            if (ctx.session.sessionProject.page_show.isOnlyChecked) where.status = auditConst.changeApplyProject.status.checked;
+                            if (ctx.session.sessionProject.page_show.isOnlyChecked) where.status = auditConst.changeApply.status.checked;
                             responseData.data[f] = await ctx.service.changeApply.getAllDataByCondition({
                                 columns: [ 'id', 'code', 'name', 'selected' ],
                                 where,