Commit b1e60d2c authored by hubaoshan's avatar hubaoshan

wcp

parent 204bfbd9
...@@ -369,7 +369,6 @@ export default { ...@@ -369,7 +369,6 @@ export default {
if (!this.palletDel) { if (!this.palletDel) {
this.selectedButton = item this.selectedButton = item
this.palletDel = Number(item) this.palletDel = Number(item)
console.log('pallet', this.palletDel)
this.queryPdDel.PdDelList = response.data.records this.queryPdDel.PdDelList = response.data.records
} else if (this.palletDel) { } else if (this.palletDel) {
return this.palletDel return this.palletDel
...@@ -492,7 +491,6 @@ export default { ...@@ -492,7 +491,6 @@ export default {
pallet: '' pallet: ''
} }
queryParams.pallet = this.selectedButton queryParams.pallet = this.selectedButton
console.log('this.selectedButton1111', this.selectedButton)
this.$confirm('是否确认操作?', '提示', { this.$confirm('是否确认操作?', '提示', {
confirmButtonText: '确定', confirmButtonText: '确定',
cancelButtonText: '取消', cancelButtonText: '取消',
...@@ -504,6 +502,7 @@ export default { ...@@ -504,6 +502,7 @@ export default {
message: '删除成功', message: '删除成功',
type: 'success' type: 'success'
}) })
this.queryPdDel.PdDelList = []
this.openDel = false this.openDel = false
this.getList() this.getList()
// this.handleDel() // this.handleDel()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment