修复页面bug

This commit is contained in:
X1627315083
2025-08-26 10:14:34 +08:00
parent cfe449f094
commit b6b554424b
49 changed files with 501 additions and 134 deletions

View File

@@ -52,6 +52,7 @@ export default defineComponent({
chatData:null as any,
dataLoad:true as any,
})
console.log(data.selectObject)
let settingGetHistory:any = inject('settingGetHistory')
const setIsShowMark = (boolean:boolean)=>{
data.isShowMark = boolean
@@ -62,6 +63,12 @@ export default defineComponent({
newPorject:null as any,
chatDom:null as any,
})
watch(() => data.selectObject.styleId,()=>{
if((data.selectObject?.id == route.query?.history) && route.query?.history){
getHistory(route.query.history)
}
})
watch(() => route.query,
(query:any, oldQuery:any) => {
data.routeQuery = query