调整部分bug
This commit is contained in:
@@ -277,7 +277,7 @@ export default defineComponent({
|
||||
let bor = false
|
||||
if(this.newPicName && this.selectCode == 'History'){//多选修改名字
|
||||
|
||||
await Https.axiosPost(Https.httpUrls.saveOrUpdate, data).then(
|
||||
await Https.axiosPost(Https.httpUrls.classificationSaveOrUpdate, data).then(
|
||||
(rv: any) => {
|
||||
bor = true
|
||||
}
|
||||
|
||||
@@ -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