前端
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user