feat:仪表板主题名称双击可修改

This commit is contained in:
wangjiahao
2021-10-09 11:16:37 +08:00
parent 7efac43e55
commit 72f7b8206f
6 changed files with 62 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ export function deleteSubject(id) {
})
}
export function saveSubject(data) {
export function saveOrUpdateSubject(data) {
return request({
url: '/panel/subject/update',
method: 'post',