소스 검색

no message

LAPTOP-PVOO9257\Lenovo 1 개월 전
부모
커밋
02ce1d8ef4
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/components/TopPanel/dataDwManage.vue
  2. 1 1
      src/components/TopPanel/dataQkManage.vue

+ 1 - 1
src/components/TopPanel/dataDwManage.vue

@@ -211,7 +211,7 @@ export default {
         console.log(res);
         let tableData = res.rows.sort(this.compareNames);
 
-        for (let i = 0; i < tableData.length; i++) {
+        for (let i = 1; i < tableData.length; i++) {
           this.columnsdata.push({
             id: i,
             xm: tableData[i].xianlu,

+ 1 - 1
src/components/TopPanel/dataQkManage.vue

@@ -209,7 +209,7 @@ export default {
         console.log(res);
         let tableData = res.rows.sort(this.compareNames);
 
-        for (let i = 0; i < tableData.length; i++) {
+        for (let i = 1; i < tableData.length; i++) {
           this.columnsdata.push({
             id: i,
             xm: tableData[i].xianlu,