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