Commit 376cb771 by 杨树贤

修改导出限制

parent 900e9a5a
......@@ -678,10 +678,7 @@
let formValue = {};
$('#export_supplier').click(function () {
initCondition.source_type = whereCondition.source_type;
whereCondition = $.extend(false, initCondition, formValue);
whereCondition = JSON.stringify(whereCondition);
window.open('/api/supplier/exportSupplier?params=' + whereCondition, '_blank');
window.open('/api/supplier/exportSupplier', '_blank');
});
//点击查询按钮
......
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 sign in to comment