Commit b1e60d2c authored by hubaoshan's avatar hubaoshan

wcp

parent 204bfbd9
......@@ -369,7 +369,6 @@ export default {
if (!this.palletDel) {
this.selectedButton = item
this.palletDel = Number(item)
console.log('pallet', this.palletDel)
this.queryPdDel.PdDelList = response.data.records
} else if (this.palletDel) {
return this.palletDel
......@@ -492,7 +491,6 @@ export default {
pallet: ''
}
queryParams.pallet = this.selectedButton
console.log('this.selectedButton1111', this.selectedButton)
this.$confirm('是否确认操作?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
......@@ -504,6 +502,7 @@ export default {
message: '删除成功',
type: 'success'
})
this.queryPdDel.PdDelList = []
this.openDel = false
this.getList()
// 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