Browse Source

no message

linwenxin 8 months ago
parent
commit
5efc09af36

+ 1 - 3
src/views/auxiliaryFittings/inventoryManagement/masterAuxiliaryInven/index.vue

@@ -94,9 +94,7 @@ export default {
         del: {
           prompt: '此操作将永久删除数据, 是否继续?',
           click: ({ row, index, column }) => {
-            workerStockDel({
-              ids: [row.id]
-            }).then(res => {
+            workerStockDel([row.id]).then(res => {
               this.$message({
                 message: '删除成功',
                 type: 'success'