mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-07-16 16:50:54 +08:00
fix: 修复生成单表代码异常
This commit is contained in:
parent
eb6a4c054c
commit
ef386dfd64
@ -46,6 +46,7 @@ import { onMounted, ref, reactive, nextTick } from 'vue'
|
||||
import * as {TableName}s from '@/api/{TableName}s'
|
||||
import { defaultVal } from '@/utils/index'
|
||||
import { delrows } from '@/utils/delRows.js'
|
||||
import { getItem } from '@/utils/storage'
|
||||
import ColumnDefine from '@/interface/columnDefine'
|
||||
//引入组件
|
||||
import Sticky from '@/components/Sticky/index.vue'
|
||||
|
@ -46,6 +46,7 @@ import { onMounted, ref, reactive, nextTick } from 'vue'
|
||||
import * as {TableName}s from '@/api/{TableName}s'
|
||||
import { defaultVal } from '@/utils/index'
|
||||
import { delrows } from '@/utils/delRows.js'
|
||||
import { getItem } from '@/utils/storage'
|
||||
import ColumnDefine from '@/interface/columnDefine'
|
||||
//引入组件
|
||||
import Sticky from '@/components/Sticky/index.vue'
|
||||
|
Loading…
Reference in New Issue
Block a user