潘志宝
2024-11-22 df90c0c5cfa4de114798015b92120ad8ba8b4826
src/views/data/channel/http/api/index.vue
@@ -146,7 +146,7 @@
/** TAG操作 */
const tagRef = ref()
const openTagList = (id?: string, name?:string) => {
const openTagList = (id?: string,name?: string) => {
  tagRef.value.open(id,name)
}