This commit is contained in:
@jyuhsin
2025-09-06 16:47:22 +08:00
parent 0256ec50a9
commit 61bf409560
@@ -60,7 +60,6 @@ module.exports = {
watch: { watch: {
page_form: { page_form: {
handler(newVal, oldVal) { handler(newVal, oldVal) {
debugger
this.localPageForm = {...newVal} this.localPageForm = {...newVal}
}, },
deep: true, deep: true,