This commit is contained in:
ls
2025-08-05 16:05:07 +08:00
parent 2b67c41115
commit 7a9e8fc40a
44 changed files with 66 additions and 66 deletions

View File

@@ -473,7 +473,7 @@ export default {
if (this.currentRow !== null) {
crud.downloadLoading = true
download('/api/point/download', this.crud.query).then(result => {
debugger
//debugger
downloadFile(result, '库存', 'xlsx')
crud.downloadLoading = false
}).catch(() => {
@@ -507,7 +507,7 @@ export default {
})
},
getPointStatusAndTypeList(id, flag) {
debugger
//debugger
if (id) {
this.getPointStatusList(id, flag)
this.getPointTypeList(id, flag)
@@ -517,7 +517,7 @@ export default {
}
},
getPointStatusList(id, flag) {
debugger
//debugger
crudRegion.getPointStatusSelectById(id).then(res => {
if (flag === 1) {
this.pointStatusList = res