#
Junjie
2025-04-27 e377f0ffba61c38f4f171d99e9ab6c3591f1d1b7
src/main/webapp/views/commandManageLog/commandManageLog.html
@@ -44,7 +44,7 @@
                </el-table-column>
                <el-table-column show-overflow-tooltip property="durationTime" label="持续时长">
                </el-table-column>
                <el-table-column property="commandType" label="指令类型">
                <el-table-column property="commandType$" label="指令类型">
                </el-table-column>
                <el-table-column property="device" label="设备">
                </el-table-column>
@@ -118,7 +118,7 @@
                data.curr = this.currentPage
                data.limit = this.pageSize
                $.ajax({
                    url: baseUrl + "/commandInfo/list/auth",
                    url: baseUrl + "/commandInfoLog/list/auth",
                    headers: {
                        'token': localStorage.getItem('token')
                    },