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