feat: 修改提示词
- 保存模板之后的提示词更改
This commit is contained in:
@@ -86,7 +86,7 @@ async function saveTemplate(item: SurveyItem) {
|
||||
const res = await saveTemplates(item.sn, data);
|
||||
if (res.data.code === 200 || res.data.code === 201) {
|
||||
showConfirmDialog({
|
||||
message: '模板保存成功,请前往模板市场查看!',
|
||||
message: '模板保存成功,请前往更多模板页面查看',
|
||||
showCancelButton: false
|
||||
});
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user