fix(性能测试): 修复性能测试定时任务不能配置模版的问题
--bug=1028185 --user=刘瑞斌 【性能测试】编辑性能测试-设置定时任务-任务通知里面点击模版后没有反应 https://www.tapd.cn/55049933/s/1398942
This commit is contained in:
parent
34b661d0e3
commit
a039fc113e
|
@ -27,6 +27,7 @@ import {hasLicense} from "metersphere-frontend/src/utils/permission";
|
||||||
import MsCodeEdit from "metersphere-frontend/src/components/MsCodeEdit";
|
import MsCodeEdit from "metersphere-frontend/src/components/MsCodeEdit";
|
||||||
import MsTipButton from "metersphere-frontend/src/components/MsTipButton";
|
import MsTipButton from "metersphere-frontend/src/components/MsTipButton";
|
||||||
import NotificationTable from "metersphere-frontend/src/components/notification/NotificationTable";
|
import NotificationTable from "metersphere-frontend/src/components/notification/NotificationTable";
|
||||||
|
import MxNoticeTemplate from 'metersphere-frontend/src/components/MxNoticeTemplate';
|
||||||
import {getNoticeTasks} from "@/api/performance";
|
import {getNoticeTasks} from "@/api/performance";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
@ -35,6 +36,7 @@ export default {
|
||||||
NotificationTable,
|
NotificationTable,
|
||||||
MsTipButton,
|
MsTipButton,
|
||||||
MsCodeEdit,
|
MsCodeEdit,
|
||||||
|
MxNoticeTemplate,
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
testId: String,
|
testId: String,
|
||||||
|
|
Loading…
Reference in New Issue