From af1ab2c65de05d74ccea9d8249a2c2f5b83752bf Mon Sep 17 00:00:00 2001 From: chenjianan Date: Mon, 8 Apr 2019 09:44:57 +0800 Subject: [PATCH] fix bug --- src/views/Inventory/Inboundscanning/index.vue | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) 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() {