fix(性能测试): 修复性能测试定时任务不能配置模版的问题

--bug=1028185 --user=刘瑞斌 【性能测试】编辑性能测试-设置定时任务-任务通知里面点击模版后没有反应 https://www.tapd.cn/55049933/s/1398942
This commit is contained in:
CaptainB 2023-07-28 15:32:06 +08:00 committed by 刘瑞斌
parent 34b661d0e3
commit a039fc113e
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ import {hasLicense} from "metersphere-frontend/src/utils/permission";
import MsCodeEdit from "metersphere-frontend/src/components/MsCodeEdit";
import MsTipButton from "metersphere-frontend/src/components/MsTipButton";
import NotificationTable from "metersphere-frontend/src/components/notification/NotificationTable";
import MxNoticeTemplate from 'metersphere-frontend/src/components/MxNoticeTemplate';
import {getNoticeTasks} from "@/api/performance";
export default {
@ -35,6 +36,7 @@ export default {
NotificationTable,
MsTipButton,
MsCodeEdit,
MxNoticeTemplate,
},
props: {
testId: String,