diff --git a/main/src/components/Apps/AppPanel.vue b/main/src/components/Apps/AppPanel.vue index 46d3af9d..c7b72b5d 100644 --- a/main/src/components/Apps/AppPanel.vue +++ b/main/src/components/Apps/AppPanel.vue @@ -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;