Преглед изворни кода

Merge branch 'linwenxin_dev' of https://gogs.zfire.top/zfire-front/zfire-newmall-admin into develop

linwenxin пре 1 година
родитељ
комит
ffd221b6af
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      src/views/salesPurchasing/commercialMaterial/index.vue

+ 0 - 1
src/views/salesPurchasing/commercialMaterial/index.vue

@@ -633,7 +633,6 @@ export default {
                 this.openForm()
                 goodsMaterialDetail({ id: row.id }).then(res => {
                   this.formData = res.data
-                  console.log(this.formData)
                 })
               }
             })