src/pages/areaManage/index/App.vue
@@ -151,7 +151,7 @@ createArea () { this.isEdit = false; this.dialogFormVisible = true; this.areaForm = {}; this.areaForm = JSON.parse(JSON.stringify(this.areaForm)); this.areaForm.name = ''; this.areaForm.id = ''; this.areaForm.desc = '';