Skip to content

Commit

Permalink
🐛 Fixing a bug. add loading.
Browse files Browse the repository at this point in the history
Signed-off-by: zhanghengxin <[email protected]>
  • Loading branch information
zhanghengxin committed Aug 4, 2023
1 parent 5641c8c commit 31c0db2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/src/components/Apps/AppPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1256,6 +1256,7 @@ export default {
updateContainer() {
this.$refs.containerValida.validate().then((valid) => {
if (valid) {
this.isLoading = true;
this.$api.container.update(this.id, this.settingData).then((res) => {
if (res.data.success == 200) {
this.isLoading = false;
Expand Down

0 comments on commit 31c0db2

Please sign in to comment.