REVIEW 定时任务(表单)

This commit is contained in:
YunaiV
2023-04-01 11:33:50 +08:00
parent f8878f7a76
commit eace25d3a2
3 changed files with 19 additions and 60 deletions

View File

@ -139,14 +139,14 @@
</content-wrap>
<!-- 表单弹窗添加/修改 -->
<job-form ref="formRef" @success="getList" />
<JobForm ref="formRef" @success="getList" />
<!-- 表单弹窗查看 -->
<job-view ref="viewModalRef" @success="getList" />
</template>
<script setup lang="ts" name="Job">
import { DICT_TYPE, getIntDictOptions } from '@/utils/dict'
import { checkPermi } from '@/utils/permission'
import JobForm from './form.vue'
import JobForm from './JobForm.vue'
import JobView from './view.vue'
import download from '@/utils/download'
import * as JobApi from '@/api/infra/job'