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 {