Commit f458799f by chenjinjing

no message

parent 4bfed0a3
......@@ -92,8 +92,8 @@ export async function updateEnterpriseApplyFor(eId:string, param) {
* @returns
*/
export async function enterpriseExamineList(year:number, enterpriseName:string, page:number) {
let selectParam:any = {isSubmit:enumConfig.STATE.};
// let selectParam:any = {};
// let selectParam:any = {isSubmit:enumConfig.STATE.是};
let selectParam:any = {};
if (year) selectParam = {annual:getMySqlMs(year)};
let filesList = [ "mId", "annual", "BI", "TXP", "RD", "state"];
......@@ -183,8 +183,9 @@ export async function enterpriseExamineUpdate( mId, param) {
// --------------------------------------经营数据
export async function enterpriseManageList(enterpriseName:string, year:number, page:number) {
// let selectParam:any = {state:1};
let selectParam:any = {};
let selectParam:any = {state:enumConfig.STATE.};
// let selectParam:any = {};
// if (year) {
// selectParam.annual = getMySqlMs(year);
// }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment