09082114:规则引擎查询资产展示的修改

master
冷调 2024-09-08 21:13:59 +08:00
parent 3b4bef141d
commit 3e9e389862
1 changed files with 1 additions and 2 deletions

View File

@ -554,11 +554,10 @@ export default {
methods: { methods: {
// //
handleEditSelect(data) { handleEditSelect(data) {
alert(data);
findTableValueByTableName(data.basicId, data.tableName).then(res => { findTableValueByTableName(data.basicId, data.tableName).then(res => {
console.log(res.data) console.log(res.data)
this.tableDatas = res.data this.tableDatas = res.data
console.log(this.tableDatas) alert(res.data)
}) })
}, },
// //