| | |
| | | }, |
| | | // 修改状态 |
| | | handleChangeStatus(data) { |
| | | console.log(data); |
| | | let { isStart, relationId } = data; |
| | | isStart ? isStart = 1 : isStart = 0; |
| | | this.$axios({ |
| | |
| | | }) |
| | | }, |
| | | handleDelete(data) { |
| | | console.log(data); |
| | | this.$confirm('您确认要删除订单吗?') |
| | | .then(_ => { |
| | | this.$axios({ |
| | |
| | | }) |
| | | }) |
| | | .catch(err => { |
| | | console.log(err); |
| | | }) |
| | | }, |
| | | // 获取菜单列表 |
| | |
| | | method: 'get', |
| | | url: 'sccg/system/portal/menu/search_myself', |
| | | }).then(res => { |
| | | this.menuList = res.data; |
| | | this.menuList = res.data.menu; |
| | | }) |
| | | }, |
| | | // 拖拽 |
| | | handleDrop(before, after, inner, event) { |
| | | console.log(before) |
| | | console.log(after) |
| | | console.log(inner) |
| | | console.log(event); |
| | | }, |
| | | // 获取是否可以放置 |
| | | allowDrop(before, inner, next) { |
| | |
| | | background-color: #09152f; |
| | | margin-top: 20px; |
| | | padding-bottom: 50px; |
| | | border: 1pox solid #fff; |
| | | |
| | | .main-content { |
| | | .my-container { |