fangyuan
2022-12-16 9ff66017debadfc89bc0c1b796684a4d1dbe2bc3
src/views/systemSetting/platform/mySetting/index.vue
@@ -75,7 +75,6 @@
        },
        // 修改状态
        handleChangeStatus(data) {
            console.log(data);
            let { isStart, relationId } = data;
            isStart ? isStart = 1 : isStart = 0;
            this.$axios({
@@ -92,7 +91,6 @@
                })
        },
        handleDelete(data) {
            console.log(data);
            this.$confirm('您确认要删除订单吗?')
                .then(_ => {
                    this.$axios({
@@ -110,7 +108,6 @@
                        })
                })
                .catch(err => {
                    console.log(err);
                })
        },
        // 获取菜单列表
@@ -119,15 +116,11 @@
                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) {
@@ -171,7 +164,6 @@
        background-color: #09152f;
        margin-top: 20px;
        padding-bottom: 50px;
        border: 1pox solid #fff;
        .main-content {
            .my-container {