guhongwei 3 năm trước cách đây
mục cha
commit
812586b536

+ 0 - 1
src/views/service/interflow/index.vue

@@ -53,7 +53,6 @@ export default {
       let res = await this.columnQuery();
       let res = await this.columnQuery();
       if (this.$checkRes(res)) {
       if (this.$checkRes(res)) {
         let data = res.data.find((i) => i.site == 'xsjl');
         let data = res.data.find((i) => i.site == 'xsjl');
-        console.log(data);
         if (data) this.$set(this, `columnInfo`, data);
         if (data) this.$set(this, `columnInfo`, data);
         this.search();
         this.search();
       }
       }