"git@ustchcs.com:gujinli1118/springboot-plus.git" did not exist on "7fecf4df0adba3204d424ef70a87144c2cac24b2"
Commit 1748be05 authored by Huang's avatar Huang
Browse files

no commit message

parent b60115a6
......@@ -12,20 +12,19 @@
<script type="text/javascript">
$(document).ready(function() {
$("#btnImport").click(function(){
var importBoxHtml=$("#importBox").html();
$("#importBox").remove();
top.layer.open({
layer.open({
type: 1,
area: [500, 300],
title:"导入数据",
content:importBoxHtml ,
content:$("#importBox").html() ,
btn: ['下载模板','确定', '关闭'],
btn1: function(index, layero){
window.location.href='${url}/template';
},
btn2: function(index, layero){
$("#importForm").submit();
//top.layer.close(index);
$("#importBox").remove();
$("#importForm").submit();
//top.layer.close(index);
},
btn3: function(index){
......
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