mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 04:08:43 +08:00 
			
		
		
		
	refactor: vue3 axios api ...
This commit is contained in:
		@@ -11,7 +11,7 @@ import { rules, allSchemas } from './notice.data'
 | 
			
		||||
import * as NoticeApi from '@/api/system/notice'
 | 
			
		||||
const { t } = useI18n() // 国际化
 | 
			
		||||
// ========== 列表相关 ==========
 | 
			
		||||
const { register, tableObject, methods } = useTable<PageResult<NoticeVO>, NoticeVO>({
 | 
			
		||||
const { register, tableObject, methods } = useTable<NoticeVO>({
 | 
			
		||||
  getListApi: NoticeApi.getNoticePageApi,
 | 
			
		||||
  delListApi: NoticeApi.deleteNoticeApi
 | 
			
		||||
})
 | 
			
		||||
@@ -95,7 +95,7 @@ getList()
 | 
			
		||||
    <!-- 操作工具栏 -->
 | 
			
		||||
    <div class="mb-10px">
 | 
			
		||||
      <el-button type="primary" v-hasPermi="['system:notice:create']" @click="handleCreate">
 | 
			
		||||
        <Icon icon="el:zoom-in" class="mr-5px" /> {{ t('action.add') }}
 | 
			
		||||
        <Icon icon="ep:zoom-in" class="mr-5px" /> {{ t('action.add') }}
 | 
			
		||||
      </el-button>
 | 
			
		||||
    </div>
 | 
			
		||||
    <!-- 列表 -->
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user