#
luxiaotao1123
2021-03-26 d80dd0abcb56aacf30bc32e424ff398f7ccce730
src/main/webapp/views/tag/tag.html
@@ -13,6 +13,9 @@
        #detail {
            padding: 25px 30px 0 0;
        }
        .ew-tree-table-box {
            height: 100%;
        }
    </style>
</head>
<body>
@@ -163,6 +166,7 @@
                ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:150}
            ]],
            done: function (data) {
                $('.ew-tree-table-box').css('height', '100%');
                insTb.expandAll();
                tbDataList = data;
            }
@@ -203,7 +207,6 @@
                content: $('#editDialog').html(),
                success: function (layero, dIndex) {
                    // 回显表单数据
                    console.log(mData)
                    form.val('detail', mData);
                    // 表单提交事件
                    form.on('submit(editSubmit)', function (data) {