Source/ProjectWeb/src/components/dynamic-components/dynamic-form.vue
@@ -43,6 +43,11 @@ type: Object, default: {} }, dataStore:{ //弹窗时按钮所属区域选中数据 type:Array, default: [] }, paramVOS: { type: Object, default: {} @@ -73,6 +78,14 @@ return this.getColumnData(0) } }, watch:{ sourceData:{ handler(newval) { console.log(this.areasName); console.log(newval); } } }, methods: { //转化数据 formColumn(formList) {