@@ -98,7 +98,7 @@
methods: {
//查看详情
openDetail(row) {
- this.$refs.contactDetailDialogRef.open(row);
+ this.$refs.contactDetailDialogRef.open({id:row.contractId});
},
init(id) {
getTableList({
@@ -106,7 +106,7 @@
size: 100,
contractId: id
}).then((res) => {
- console.log(res, 'dsds');
+ this.datasource=res.list
});
}
@@ -346,6 +346,7 @@
async open(row) {
this.form = row;
+ this.activeComp='main'
this.visible = true;
this.activeName = '1';
this.getDetailData(row.id);
@@ -273,7 +273,7 @@
tabOptions: [
{ key: 'main', name: '合同详情' },
{ key: 'bpm', name: '流程详情' },
- { key: 'changeList', name: '变更记录' }
+ // { key: 'changeList', name: '变更记录' }
// { key: 'dversion', name: '历史版本' },
],
visible: false,
@@ -235,7 +235,7 @@
/* 表格数据源 */
datasource({ page, limit, where, order }) {