作者 董瑞恩
1 个管道 的构建 通过 耗费 1 秒

interface

... ... @@ -46,12 +46,11 @@
</tr>
</table>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10" style="float: right">
<input class="btn btn-primary" type="submit" value="下载模板">
</div>
</div>
<button type="submit" class="btn btn-primary js-ajax-submit">上传</button>
<button class="btn btn-primary" href="{:url('AdminEquipment/template_export')}">下载模板</button>
<button class="btn btn-primary js-ajax-submit">上传</button>
</div>
</div>
</form>
... ...
... ... @@ -161,6 +161,7 @@
area: ['1000px', '800px'],
btn: ['确定', '取消'],
yes: function (index, layero) {
window.location.reload();
layer.close(index); //如果设定了yes回调,需进行手工关闭
}
});
... ...