This commit is contained in:
liushuai
2019-07-16 18:02:48 +08:00
parent a462cd826d
commit 0d6a460248

View File

@@ -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: '已取消删除'