| src/views/land/landUpdate.vue | ●●●●● patch | view | raw | blame | history |
src/views/land/landUpdate.vue
@@ -142,7 +142,29 @@ watch: { landUrl: { handler(newVal, oldVal) { this.$refs.form.submit(); if (newVal) { this.$refs.form.submit() } }, }, "form.landName": { handler (newVal, oldVal) { this.landUrl = "" }, }, "form.landType": { handler (newVal, oldVal) { this.landUrl = "" }, }, "form.landArea": { handler (newVal, oldVal) { this.landUrl = "" }, }, "form.landUnit": { handler (newVal, oldVal) { this.landUrl = "" }, }, },