Commit cda52d02 by 彭祥礼

..

parent 9f510e4e
...@@ -5,7 +5,6 @@ const prefix = '/manager/ciop'; ...@@ -5,7 +5,6 @@ const prefix = '/manager/ciop';
let initSubstName = (params) => postAction(prefix + "/ysmUser/initSubstName" , params); let initSubstName = (params) => postAction(prefix + "/ysmUser/initSubstName" , params);
//获取学校下拉列表 //获取学校下拉列表
let getSchoolNames = (params) => postAction(prefix + "/ysmUser/getSchoolNames" , params); let getSchoolNames = (params) => postAction(prefix + "/ysmUser/getSchoolNames" , params);
// 获取充值达标列表 // 获取充值达标列表
let getList = (params) => postAction(prefix + "/salesOrder/list" , params); let getList = (params) => postAction(prefix + "/salesOrder/list" , params);
// 导出放号充值达标清单 // 导出放号充值达标清单
......
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