xsh 3 gadi atpakaļ
vecāks
revīzija
074bc8607a

+ 0 - 2
src/views/basic-data/device-admin/DeviceAdmin.vue

@@ -256,7 +256,6 @@ export default {
       }
       getDeviceList(params).then(res => {
         this.loading = false
-        console.log(res)
         if(res.code === 10000) {
           this.list = res.data.records;
           this.total = res.data.total;
@@ -280,7 +279,6 @@ export default {
         farmId: this.form.farm
       }
       basePigpenList(params).then(res => {
-        console.log(res)
         if(res.code === 10000) {
           this.penList = res.data.records;
         }

+ 0 - 2
src/views/eartag-admin/device-status/DeviceStatus.vue

@@ -165,7 +165,6 @@ export default {
       }
       getDeviceList(params).then(res => {
         this.loading = false
-        console.log(res)
         if(res.code === 10000) {
           this.list = res.data.records;
           this.total = res.data.total;
@@ -182,7 +181,6 @@ export default {
   created() {
     this.userItem = JSON.parse(localStorage.getItem("gold_UserItem"));
     this.GetFarm()
-    console.log(this.userItem)
   },
   mounted() {
     if(this.userItem.type === 0) {