This commit is contained in:
X1627315083
2024-09-02 12:26:35 +08:00
parent b22f0495d9
commit 1a8af7b0b4
5 changed files with 16 additions and 12 deletions

View File

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