zhaoke 1 سال پیش
والد
کامیت
c639bd48b5
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/views/table/index.vue

+ 1 - 1
src/views/table/index.vue

@@ -354,7 +354,7 @@ export default {
             const columnName = returnData.find(
               (item) => item.columnKey == 1
             );
-            if (Object.keys(columnName).length && columnName) {
+            if (columnName && Object.keys(columnName).length) {
               this.tableKey = columnName['columnName']
             }
             if (titleColumn) {