Commit 35f9033a by wenyi.chen

新增搜索条件

parents d6e22d99 529be613
......@@ -115,7 +115,6 @@ class EnterpriseAllocation extends AuthBase
*/
public function enterpriseUserGroup()
{
// 数据接收
$page = input("param.page",0,"intval");
$limit = input("param.limit",10,"intval");
......
......@@ -105,7 +105,6 @@ Route::rule("enterpriseAllocation/list","EnterpriseAllocation/list");
Route::rule("enterpriseAllocation/userEnterpriseList","EnterpriseAllocation/userEnterpriseList");
//Route::rule("enterpriseAllocation/equalDistributionEnterprise","EnterpriseAllocation/equalDistributionEnterprise");
Route::rule("service/product","Service/product");
Route::rule("service/product1","Service/product1");
......
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