Merge branch 'dev' into pr@dev@impala

This commit is contained in:
taojinlong
2022-03-17 00:13:55 +08:00
33 changed files with 670 additions and 398 deletions

View File

@@ -4,7 +4,8 @@ export function save(data) {
return request({
url: '/template/save',
data: data,
method: 'post'
method: 'post',
loading: true
})
}
export function templateDelete(id) {