Commit ec9a6f63 by 郁子恒

Merge branch 'master' of http://git.kivii.org/gy/Vue-WebDriver

parents 9d130ea6 9ca4e342
......@@ -50,8 +50,8 @@ import { cell, table } from '../sdk-table'
export default {
name: 'collectionTable',
components: {},
props: {},
data() {
props: ['actionName', 'actionType'],
data () {
return {
tableColumn: [],
tableData: [],
......@@ -241,6 +241,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