<?php /** * 领导机构新增完成 * $Id: government_new_result.inc,v 1.12020/01/03 11:18:46 Exp $ * @author lixq * @access public * @package manager.templates */ ?> <br /> 领导机构新增完成 <br /> <br /> <div id="result"> <el-button type="danger" @click="back()" class="edit_btn">返回</el-button> </div> <script type="text/javascript"> new Vue({ el:'#result', methods:{ back:function(){ window.location.href='./government_list.php'; } } }) </script>