Explorar el Código

选择合同问题

MaiXinRong hace 2 días
padre
commit
1dcec8ec84
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/controller/sub_proj_controller.js

+ 1 - 1
app/controller/sub_proj_controller.js

@@ -338,7 +338,7 @@ module.exports = app => {
                             result[f] = await ctx.service.subProjFile.getData(ctx.subProject.id, 'push');
                             break;
                         case 'contract':
-                            result[f] = await this._loadContract(data.type, data.contract_type, data.tid);
+                            result[f] = await this._loadContract(data.type, data.contractType, data.tid);
                             break;
                         default:
                             continue;