Files
ulthon_admin/app/admin/view/index/_common.js

13 lines
388 B
PHP

var init = {
tableElem: '#currentTable',
tableRenderId: 'currentTableRenderId',
indexUrl: 'mall.goods/index',
addUrl: 'mall.goods/add',
editUrl: 'mall.goods/edit',
deleteUrl: 'mall.goods/delete',
exportUrl: 'mall.goods/export',
modifyUrl: 'mall.goods/modify',
stock_url: 'mall.goods/stock',
read_url: 'mall.goods/read',
formFullScreen: true,
};