feat(sj_1.0.0): 优化通知人导出

This commit is contained in:
opensnail 2024-05-31 11:28:30 +08:00
parent 29594b936c
commit c7068e64ee
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
VITE_BASE_URL=/
# backend service base url, test environment
VITE_SERVICE_BASE_URL=http://preview.easyretry.com/snail-job
VITE_SERVICE_BASE_URL=http://localhost:8080/snail-job
# other backend service base url, test environment
VITE_OTHER_SERVICE_BASE_URL= `{

View File

@ -172,7 +172,7 @@ function handleExport() {
@refresh="getData"
>
<template #addAfter>
<FileUpload action="/job/import" accept="application/json" @refresh="getData" />
<FileUpload action="/notify-recipient/import" accept="application/json" @refresh="getData" />
<NPopconfirm @positive-click="handleExport">
<template #trigger>
<NButton size="small" ghost type="primary" :disabled="checkedRowKeys.length === 0 && hasAuth('R_USER')">