Przeglądaj źródła

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

linwenxin 1 rok temu
rodzic
commit
ffd221b6af

+ 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)
                 })
               }
             })