mirror of
https://gitee.com/anji-plus/report.git
synced 2026-04-05 10:18:33 +08:00
Merge branch 'master' of https://gitee.com/anji-plus/report
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<template v-slot:pageSection>
|
||||
<EditDataSet ref="EditDataSet" :dataSet="dataSet" :visib="dialogVisibleSetDataSet"
|
||||
@handleClose="dialogVisibleSetDataSet = false" @refreshList="refreshList"/>
|
||||
<DataView ref="dataViewPreview" :visib="dialogCaseResult"
|
||||
<DataView ref="DataView" :visib="dialogCaseResult"
|
||||
@handleClose="dialogCaseResult = false"/>
|
||||
</template>
|
||||
</anji-crud>
|
||||
@@ -227,7 +227,7 @@ export default {
|
||||
dataView(prop){
|
||||
|
||||
this.dialogCaseResult = true;
|
||||
this.$refs.EditDataSet.dataViewPreview(prop.msg.setName, JSON.parse(prop.msg.caseResult));
|
||||
this.$refs.DataView.dataViewPreview(prop.msg.setName, JSON.parse(prop.msg.caseResult));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user