fix: model name
							parent
							
								
									fbb15cde59
								
							
						
					
					
						commit
						91163752f3
					
				|  | @ -7,7 +7,7 @@ | ||||||
|     </BasicTable> |     </BasicTable> | ||||||
|   </div> |   </div> | ||||||
| </template> | </template> | ||||||
| <script lang="ts" setup name="Post"> | <script lang="ts" setup name="LoginLog"> | ||||||
| import { BasicTable, useTable } from '@/components/Table' | import { BasicTable, useTable } from '@/components/Table' | ||||||
| import { LoginLogReqVO, exportLoginLogApi, getLoginLogPageApi } from '@/api/system/loginLog' | import { LoginLogReqVO, exportLoginLogApi, getLoginLogPageApi } from '@/api/system/loginLog' | ||||||
| import { columns, searchFormSchema } from './loginLog.data' | import { columns, searchFormSchema } from './loginLog.data' | ||||||
|  |  | ||||||
|  | @ -38,7 +38,7 @@ const [registerModal, { setModalProps, closeModal }] = useModalInner(async (data | ||||||
|   } |   } | ||||||
| }) | }) | ||||||
| 
 | 
 | ||||||
| const getTitle = computed(() => (!unref(isUpdate) ? '新增岗位' : '编辑岗位')) | const getTitle = computed(() => (!unref(isUpdate) ? '新增公告' : '编辑公告')) | ||||||
| 
 | 
 | ||||||
| async function handleSubmit() { | async function handleSubmit() { | ||||||
|   try { |   try { | ||||||
|  |  | ||||||
|  | @ -29,7 +29,7 @@ | ||||||
|     <NoticeModal @register="registerModal" @success="reload()" /> |     <NoticeModal @register="registerModal" @success="reload()" /> | ||||||
|   </div> |   </div> | ||||||
| </template> | </template> | ||||||
| <script lang="ts" setup name="Post"> | <script lang="ts" setup name="Notice"> | ||||||
| import { BasicTable, useTable, TableAction } from '@/components/Table' | import { BasicTable, useTable, TableAction } from '@/components/Table' | ||||||
| import { deleteNoticeApi, getNoticePageApi } from '@/api/system/notice' | import { deleteNoticeApi, getNoticePageApi } from '@/api/system/notice' | ||||||
| import { useModal } from '@/components/Modal' | import { useModal } from '@/components/Modal' | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	 xingyuv
						xingyuv