This commit is contained in:
那些花儿
2025-09-06 15:42:34 +08:00
parent 8e5b8a3523
commit c973ded5c5
2 changed files with 10 additions and 11 deletions
@@ -57,12 +57,13 @@ module.exports = {
default: ''
},
},
watch:{
page_form:{
watch: {
page_form: {
handler(val) {
this.localPageForm = {...val}
},
immediate: true
deep: true,
immediate: false
}
},
data() {