This commit is contained in:
chengdandan 2023-02-22 09:18:39 +08:00
parent 30bfca0a0d
commit 31a79b2b8b
1 changed files with 3 additions and 1 deletions

View File

@ -178,7 +178,9 @@ export default {
watch: {
//
dataArr: {
handler(newVal) {},
handler(newVal) {
console.log("newVal",newVal)
},
immediate: true
},