可信代码库-样式修改
This commit is contained in:
@@ -17,7 +17,6 @@ const props = defineProps(['lineNumber','content'])
|
||||
|
||||
const codeIndex = `code${props.content.id}`
|
||||
const fixed_code = props.content.defectContent + '\t\t'
|
||||
debugger
|
||||
|
||||
const lineNumber = props.content.lineNumber? props.content.lineNumber -1 : 0
|
||||
|
||||
@@ -26,7 +25,6 @@ const renderCode = (code, num = 1) => {
|
||||
};
|
||||
// 显示代码行数
|
||||
const updateLineNumbers = () => {
|
||||
debugger
|
||||
// 搜索pre、code元素进行高亮和行号添加
|
||||
let blocks = document.querySelectorAll('.' + codeIndex);
|
||||
console.log(blocks)
|
||||
|
||||
@@ -209,7 +209,6 @@ const fetchQualityTaskOverview = async () => {
|
||||
pageSize: pager.value.pageSize
|
||||
// componentId: '',
|
||||
});
|
||||
debugger
|
||||
if (data.code === 200) {
|
||||
QualityTaskOverview.value = data?.data;
|
||||
// pager.value.total = data?.data?.data?.total || [];
|
||||
@@ -225,7 +224,6 @@ const fetchQualityDefectPage= async () => {
|
||||
pageSize: pager.value.pageSize
|
||||
// componentId: '',
|
||||
});
|
||||
debugger
|
||||
if (data.code === 200) {
|
||||
tableData.value = data?.data?.records.map(i=>{
|
||||
return {
|
||||
|
||||
@@ -40,7 +40,6 @@ const emit = defineEmits(['close','closeSub']);
|
||||
|
||||
const userInfo = useAccountStore();
|
||||
const {accountInfo} = userInfo;
|
||||
debugger
|
||||
|
||||
const formRef = ref(null);
|
||||
const formData = ref({
|
||||
|
||||
Reference in New Issue
Block a user