feat(sj_1.0.0): 优化通知人导出
This commit is contained in:
parent
29594b936c
commit
c7068e64ee
@ -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= `{
|
||||
|
@ -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')">
|
||||
|
Loading…
Reference in New Issue
Block a user