20230222
This commit is contained in:
parent
30bfca0a0d
commit
31a79b2b8b
|
@ -178,7 +178,9 @@ export default {
|
|||
watch: {
|
||||
// 监听触发数据
|
||||
dataArr: {
|
||||
handler(newVal) {},
|
||||
handler(newVal) {
|
||||
console.log("newVal",newVal)
|
||||
},
|
||||
|
||||
immediate: true
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue