冲突解决

This commit is contained in:
wuhongjian 2022-12-29 17:32:44 +08:00
parent 2f4933ad11
commit 1af058fc79
1 changed files with 1 additions and 11 deletions

View File

@ -330,7 +330,6 @@ export default {
this.dataForm.type = '组件服务'
this.$http.get('/sys/user/info').then(res => {
this.superAdmin = res.data.data.superAdmin
})
},
mounted () {
@ -441,12 +440,8 @@ export default {
}
},
showDetail (val) {
<<<<<<< HEAD
window.open(window.SITE_CONFIG.previewUrl + '#/details?id=' + val.id)
=======
console.log(val)
window.open(window.SITE_CONFIG.previewUrl + '#/details?id=' + val.id + '&&hiddenBackFlag=true')
>>>>>>> 1e4d145fe03902c4ae099d8c968b93c472595a68
// this.addOrUpdateHandle(id)
// this.addOrUpdateVisible = true
// this.disabled = false
@ -631,12 +626,8 @@ export default {
},
//
clear () {
<<<<<<< HEAD
this.$router.push(this.routePath)
=======
// this.$router.push(this.routePath)
console.log('清空----------------------------------------')
>>>>>>> 1e4d145fe03902c4ae099d8c968b93c472595a68
this.notFilled = []
this.showPutOnTheShelfFlag = false
this.showPutOnTheShelfFlag2 = false
@ -729,7 +720,6 @@ export default {
child.name === '应用场景' ||
child.name === '功能介绍'
) {
arr.push(child.name)
if (
this.submitFrom.infoList.filter(
@ -925,7 +915,7 @@ export default {
}
})
.catch(() => {})
}
}
}
},
//