Browse Source

清除console

lichao 3 years ago
parent
commit
ce944f43ab
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/views/businessManagement/deliveryNotice/index.vue

+ 1 - 2
src/views/businessManagement/deliveryNotice/index.vue

@@ -253,7 +253,6 @@ export default {
     //新增修改时保存触发
     rowSave(row, done, loading) {
       typeSave(row).then(res => {
-        console.log(res)
         done()
       })
     },
@@ -386,7 +385,7 @@ export default {
         this.page.total = res.data.data.total
         this.option.height = window.innerHeight - 240;
       }).finally(() => {
-        this.loading = false;// 有没有基础资料类型的 让我扯一扯
+        this.loading = false;
       })
     },
     //树桩列点击展开触发