|
|
@@ -5,7 +5,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
// 初始化表格参数配置
|
|
|
Table.api.init({
|
|
|
extend: {
|
|
|
- index_url: 'product/areas/index' + location.search+'?ids='+Config.ids,
|
|
|
+ index_url: 'product/areas/index' + location.search+'&ids='+Config.ids,
|
|
|
add_url: 'product/areas/add'+'?ids='+Config.ids,
|
|
|
del_url: 'product/areas/del',
|
|
|
multi_url: 'product/areas/multi',
|
|
|
@@ -46,12 +46,12 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
$(".btn-importlog").data("area", ["70%", "80%"]);
|
|
|
//导入地区
|
|
|
$(document).on("click",".btn-exports",function(){
|
|
|
- Fast.api.open('product/areas/exports?ids='+Config.ids, '导入地区',{
|
|
|
+ Fast.api.open('product/areas/exports&ids='+Config.ids, '导入地区',{
|
|
|
});
|
|
|
})
|
|
|
//导入日志
|
|
|
$(document).on("click",".btn-importlog",function(){
|
|
|
- Fast.api.open('ledger/importlog/index?ids='+Config.ids, '导入日志', {
|
|
|
+ Fast.api.open('ledger/importlog/index&ids='+Config.ids, '导入日志', {
|
|
|
area:["70%", "80%"]
|
|
|
});
|
|
|
})
|