This commit is contained in:
Gdpao
2020-08-18 17:43:58 +08:00
parent 72fa854e78
commit 41cda556ce
3 changed files with 3 additions and 1 deletions

View File

@@ -211,7 +211,7 @@ export default {
},
watch: {
item(newVal, old) {
console.log(newVal);
// console.log(newVal);
this.item = newVal;
},
deep: true