Kaynağa Gözat

去掉console.log

yuedefeng 6 yıl önce
ebeveyn
işleme
998da64efc

+ 0 - 2
src/dashoo.cn/frontend_web/src/components/oilsupplier/chooseauditor.vue

@@ -150,12 +150,10 @@
         // })
 
         let deptid = data.id
-        console.log(deptid)
         this.userOptions = []
         let auditstepcode = 'FIRST_TRIAL'
         supapi.getAuditerByDept(deptid, auditstepcode, this.$axios).then(res => {
           this.userOptions = res.data.item
-          console.log(this.userOptions)
           if (res.data.item != null && res.data.item.length > 0) {
             this.AuditorForm.UserId = res.data.item[0].id
           }