Commit 2bf63abf by chenjinjing

no message

parent b6d16cca
......@@ -48,6 +48,13 @@ export async function enterpriseService(enterpriseName, followUpStatus, page) {
return {dataList, dataCount:allResList.length};
}
/**
* 受理
* @param esId
* @param fangKui
* @returns
*/
export async function enterpriseServiceOption(esId:string, fangKui:string) {
let selectParam:any = {esId};
let filesList = ["esId"];
......@@ -63,6 +70,14 @@ export async function enterpriseServiceOption(esId:string, fangKui:string) {
};
}
/**
* 结束
* @param esId
* @param outcome
* @param desc
* @returns
*/
export async function enterpriseServiceEnd(esId:string, outcome:number, desc:string) {
let selectParam:any = {esId};
let filesList = ["esId"];
......
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