Skip to content

Commit

Permalink
no message (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
blackflash997997 authored Aug 20, 2024
1 parent e12ca2b commit df915d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions datasophon-ui/src/pages/serviceManage/setting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,9 @@ export default {
},
handlerClick(item,childIndex){
console.log(item);
this.currentId = item.id
this.getConfigVersion()
this.currentId = item.id;
this.getConfigVersion();
this.templateData = [];
},
handlearrayWithData(a) {
let obj = {};
Expand Down

0 comments on commit df915d9

Please sign in to comment.