调整二次创作问题

This commit is contained in:
WangXiaoDong
2024-07-14 12:06:54 +08:00
parent 32911d941d
commit 75580ebdcb
5 changed files with 18 additions and 3 deletions

View File

@@ -333,7 +333,11 @@ export default defineComponent({
},
retrieveHome(record:any){
this.$router.push({name:'homePage',params: {id:record.id,type:'History'}})
let num = 1
if(record.original == 0){
num = 0
}
this.$router.push({name:'homePage',params: {id:record.id,type:'History',isDesign:num}})
},
removeLabel(){
let setLabel:any = this.$refs.setLabel