diff --git a/src/main/resources/static/components/plugins/h5/TableList.vue b/src/main/resources/static/components/plugins/h5/TableList.vue index f371adde..aeb86c00 100644 --- a/src/main/resources/static/components/plugins/h5/TableList.vue +++ b/src/main/resources/static/components/plugins/h5/TableList.vue @@ -60,7 +60,6 @@ module.exports = { watch: { page_form: { handler(newVal, oldVal) { - debugger this.localPageForm = {...newVal} }, deep: true,