diff --git a/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryMain.vue b/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryMain.vue index e0ce0b7..cdad097 100644 --- a/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryMain.vue +++ b/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryMain.vue @@ -1009,6 +1009,7 @@ }, clearSystemDlg(closeDlg) { + that.isLoading = false; this.$refs['systemForm'].resetFields(); if (closeDlg) { this.ModelsetUpDialog.dialogVisible = false;