fix:修复table类型聚合bug

This commit is contained in:
wangwenrui
2021-04-13 19:35:52 +08:00
parent 9e958900c3
commit 9659955cef
6 changed files with 264 additions and 117 deletions

View File

@@ -237,6 +237,16 @@ export default {
} else {
this.getValidateCode()
this.$get('setup/checkCode?code=' + this.validateCode).then(response => {
if(response.status == 404){
this.$alert(this.$t('setup.hadConfig'), { type: 'warning' })
const self = this;
setTimeout(()=>{
self.$router.push({
path: '/'
})
},2000)
return;
}
if (response.code == 200) {
this.activeStep = 1
this.step = 1