feat: 增加flyway 调增模板导入等

This commit is contained in:
wangjiahao
2021-05-08 11:49:21 +08:00
parent 7ff46ff804
commit 175f5510c4
4 changed files with 7 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ export function querySubjectWithGroup(data) {
return request({
url: '/panel/subject/querySubjectWithGroup',
method: 'post',
loading: true,
loading: false,
data
})
}