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