guarantee-lsq %!s(int64=2) %!d(string=hai) anos
pai
achega
ca6c0f212a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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('操作成功!')
       })
     }