Admin
2022-12-01 95c14986f93155ecde1764ae8d61f82a586b9f62
Default Changelist
已修改1个文件
2 ■■■■■ 文件已修改
src/views/intellectInspect/intelligentLine/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/intellectInspect/intelligentLine/index.vue
@@ -187,7 +187,6 @@
        // 接口获取数据
        const getLine = async (id:string) => {
            debugger
            let res = await lineApi().getLine({ id: id });
            if (res.data.code === '200') {
                userInfos.value.dataList = res.data.data;
@@ -1007,7 +1006,6 @@
                justify-content: center;
                align-items: flex-start;
                overflow: auto;
                &::-webkit-scrollbar { width: 0; height: 0; color: transparent; }
                &::scrollbar { width: 0; height: 0; color: transparent; }
            }