Commit 529be613 authored by cwy's avatar cwy
Browse files

多个pdf文件问题

No related merge requests found
Showing with 1 addition and 2 deletions
+1 -2
......@@ -88,12 +88,11 @@ Route::rule("product/save","Product/save");
Route::rule("product/delete","Product/delete");
Route::rule("product/add","Product/add");
Route::rule("product/unallocatedProducts","product/unallocatedProducts");
Route::rule("product/unallocatedProducts","product/unallocatedProducts"); // 未分配的产品列表
Route::rule("productAllocation/add","productAllocation/add");
Route::rule("productAllocation/list","productAllocation/list");
Route::rule("productAllocation/see","productAllocation/see");
Route::rule("productAllocation/save","productAllocation/save");
Route::rule("productAllocation/abnormal","productAllocation/abnormal");
Route::rule("productAllocation/randomAllocation","productAllocation/randomAllocation");
Route::rule("productAllocation/importProduct","productAllocation/importProduct");
......
Supports Markdown
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