Przeglądaj źródła

箱装单删除功能

jbb 2 lat temu
rodzic
commit
0a3f4bed52
1 zmienionych plików z 1 dodań i 1 usunięć
  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 {