|
|
@ -229,6 +229,7 @@ mounted(){ |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
rowDropForDetail(data,type){ |
|
|
|
this.listColumns = data |
|
|
|
this.$emit("rowDropForDetail", data,type) |
|
|
|
}, |
|
|
|
// 初始化显示按钮 |
|
|
@ -262,7 +263,7 @@ methods: { |
|
|
|
// 表头处理 |
|
|
|
let _parentName = this.URLOption_detailList.substr(0,this.URLOption_detailList.indexOf('/')) |
|
|
|
let _Columns = this.initApiColumnsForDto(res.items[0],_parentName) |
|
|
|
this.listColumns = this.initTableColumns(_Columns) |
|
|
|
this.listColumns = this.initTableColumns(_Columns,'detailPage_api') |
|
|
|
// 页面数据处理 |
|
|
|
if(res){ |
|
|
|
this.Loading.tableLoading = false |
|
|
|