diff --git a/src/views/Inventory/Inboundscanning/index.vue b/src/views/Inventory/Inboundscanning/index.vue index 527e92f0..f4c43c7b 100644 --- a/src/views/Inventory/Inboundscanning/index.vue +++ b/src/views/Inventory/Inboundscanning/index.vue @@ -118,22 +118,7 @@ export default { methods: { // 移除 handleDelete(index, row) { - this.$confirm('此操作将永久删除该数据, 是否继续?', '提示', { - confirmButtonText: '确定', - cancelButtonText: '取消', - type: 'warning' - }).then(() => { - this.tableData.splice(index, 1) - this.$message({ - message: '已被成功移除', - type: 'success' - }) - }).catch(() => { - this.$message({ - type: 'info', - message: '已取消删除' - }) - }) + this.tableData.splice(index, 1) }, // 获取人员编号 getpeopleid() {