diff --git a/src/views/rule/rule/version.vue b/src/views/rule/rule/version.vue
index 4be85e2..40c2801 100644
--- a/src/views/rule/rule/version.vue
+++ b/src/views/rule/rule/version.vue
@@ -356,77 +356,13 @@
选择资产集
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
{{tableDatas}}
+ {{tableData.value}}
@@ -569,7 +505,6 @@ export default {
this.findById();
this.findList()
this.getDataOrigin()
- this.findTableValueByTableName();
},
//生命周期 - 挂载完成(可以访问DOM元素)",
mounted() {
@@ -578,6 +513,8 @@ export default {
methods: {
//表数据
handleEditSelect(data) {
+ console.log(data.basicId);
+ console.log(data.tableName);
findTableValueByTableName(data.basicId, data.tableName).then(res => {
console.log(res.data)
this.tableDatas = res.data