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

interface

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