Sign in
guzijian
/
wvp-GB28181-pro
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
1885b2120c1650ae0cd9bc765a01e4a8b1974f01
Authored by
Lawrence
2021-01-14 23:44:58 +0800
1 parent
fcb76a9e
修正修改过上级平台信息后再次创建上级平台按钮不会变为'立即创建'的问题
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
web_src/src/components/platformEdit.vue
web_src/src/components/platformEdit.vue
View file @
1885b21
...
...
@@ -200,6 +200,7 @@ export default {
200
200
this.platform = platform;
201
201
this.onSubmit_text = "保存";
202
202
} else {
203
+ this.onSubmit_text = "立即创建";
203
204
}
204
205
},
205
206
onSubmit: function () {
...
...