更新
This commit is contained in:
@@ -1599,7 +1599,7 @@ export default {
|
|||||||
cancelButtonText: '取消',
|
cancelButtonText: '取消',
|
||||||
type: 'warning'
|
type: 'warning'
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
for (let i = 0; i < 30; i++) {
|
for (let i = 0; i < this.tableData.length; i++) {
|
||||||
hardEdit(this.tableData[i].工序流水号, '').then(response => {
|
hardEdit(this.tableData[i].工序流水号, '').then(response => {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
@@ -1611,7 +1611,8 @@ export default {
|
|||||||
this.$message.error('删除失败')
|
this.$message.error('删除失败')
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}).catch(() => {
|
}).catch((error) => {
|
||||||
|
console.log(error)
|
||||||
this.$message({
|
this.$message({
|
||||||
type: 'info',
|
type: 'info',
|
||||||
message: '已取消删除'
|
message: '已取消删除'
|
||||||
|
|||||||
Reference in New Issue
Block a user