Explorar o código

箱装单删除功能

jbb %!s(int64=2) %!d(string=hai) anos
pai
achega
0a3f4bed52
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/packing-list/clothes-list.vue

+ 1 - 1
src/views/packing-list/clothes-list.vue

@@ -494,7 +494,7 @@ export default {
        this.$nextTick(() => {
         deleteSpltList({ id: record }).then(res => {
           if (res.success) {
-            console.log('res:', res)
+
             this.getSpltList()
             this.$message.success('删除成功')
           } else {