浏览代码

箱装单删除功能

jbb 2 年之前
父节点
当前提交
0a3f4bed52
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 {