guarantee-lsq 2 years ago
parent
commit
ca6c0f212a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/store/outstoreform/modules/DetailYY.vue

+ 1 - 1
src/views/store/outstoreform/modules/DetailYY.vue

@@ -179,7 +179,7 @@ export default {
       })
     },
     handleDelete (record) {
-      deleteSpare({ id: [record.id] }).then(res => {
+      deleteSpare({ id: record.id }).then(res => {
         this.$message.info('操作成功!')
       })
     }