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

View File

@@ -342,7 +342,7 @@ export default {
// 获取子节点数据
loadChildNodes({ action, parentNode, callback }) {
if (action === LOAD_CHILDREN_OPTIONS) {
debugger
//debugger
crudClassstandard.getClass({ pid: parentNode.id }).then(res => {
parentNode.children = res.content.map(function(obj) {
if (obj.hasChildren) {
@@ -357,11 +357,11 @@ export default {
}
},
hand(value) {
debugger
//debugger
this.crud.toQuery()
},
handTaskStatus(value) {
debugger
//debugger
if (value) {
this.query.task_status = this.task_status.toString()
}