🌈 style: 删除console.log
This commit is contained in:
@@ -63,7 +63,6 @@ export default {
|
||||
productId: {
|
||||
handler(newVal) {
|
||||
const res = this.productMap[this.productId] ? this.productMap[this.productId] : {};
|
||||
console.log(res)
|
||||
this.product = res;
|
||||
},
|
||||
immediate: true
|
||||
|
||||
@@ -48,7 +48,6 @@ export default {
|
||||
materialId: {
|
||||
handler: function (newVal) {
|
||||
const res = this.materialMap[this.materialId] ? this.materialMap[this.materialId] : {};
|
||||
console.log(res)
|
||||
this.material = res;
|
||||
},
|
||||
immediate: true
|
||||
|
||||
Reference in New Issue
Block a user