Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
170c317af62786d6d6e9f0ca21918a30ebee5a73
Authored by
ww
2022-12-12 11:45:06 +0800
1 parent
c476dbfc
perf: modify message prompt content
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/rule/dataFlow/addDataTransferDrawer.vue
src/views/rule/dataFlow/addDataTransferDrawer.vue
View file @
170c317
...
...
@@ -259,7 +259,7 @@
259
259
if (!unref(isUpdate)) {
260
260
await addOrEditFunc();
261
261
if (allPostForm.name == undefined) {
262
-
return createMessage.error('请填写名称');
262
+
return createMessage.error('请填写
配置参数
名称');
263
263
}
264
264
//验证属性新增了必填
265
265
const isApiHeaders =
...
...