调整部分bug
This commit is contained in:
@@ -268,7 +268,7 @@ export default defineComponent({
|
||||
}
|
||||
data.classificationName = val.classificationName
|
||||
|
||||
Https.axiosPost(Https.httpUrls.saveOrUpdate, data).then(
|
||||
Https.axiosPost(Https.httpUrls.classificationSaveOrUpdate, data).then(
|
||||
(rv: any) => {
|
||||
this.getClass()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user