Commit 37de9507 by 高源

采集表数据添加到父页面

parent 1cd31a30
......@@ -61,7 +61,7 @@ import { cell, table } from '../sdk-table'
export default {
name: 'collectionTable',
components: {},
props: {},
props: ['actionName', 'actionType'],
data () {
return {
tableColumn: [],
......@@ -252,6 +252,9 @@ export default {
}
_this.isSelectTable = false
_this.table.Name = this.actionName
_this.table.Alias = this.actionType
_this.$emit('dataChanged', _this.table);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment