fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user