调整部分bug

This commit is contained in:
X1627315083
2025-05-28 10:28:07 +08:00
parent 608a4dec89
commit 9fc2bcaedf
78 changed files with 2034 additions and 10193 deletions

View File

@@ -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
}

View File

@@ -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()
}