|
@@ -63,7 +63,9 @@ export default {
|
|
return {
|
|
return {
|
|
inputVisible: false,
|
|
inputVisible: false,
|
|
list:[],
|
|
list:[],
|
|
|
|
+ tablecols:[],
|
|
childClass:[],
|
|
childClass:[],
|
|
|
|
+ tablecolsChild:[],
|
|
act_index:null,
|
|
act_index:null,
|
|
inputValue: '',
|
|
inputValue: '',
|
|
activeid:0
|
|
activeid:0
|
|
@@ -121,6 +123,7 @@ export default {
|
|
//获取表结构
|
|
//获取表结构
|
|
this.tablecols = this.tool.tabelCol(this.$route.name)['tableSCclass'].tablecols
|
|
this.tablecols = this.tool.tabelCol(this.$route.name)['tableSCclass'].tablecols
|
|
this.tablecolsChild = this.tool.tabelCol(this.$route.name)['tableSCChildclass'].tablecols
|
|
this.tablecolsChild = this.tool.tabelCol(this.$route.name)['tableSCChildclass'].tablecols
|
|
|
|
+
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|