[fix 83059] 跳转企标库完善
This commit is contained in:
@@ -342,11 +342,11 @@ export default {
|
||||
return userRoleList.some(tt => adminRoleList.includes(tt))
|
||||
}
|
||||
},
|
||||
created () {
|
||||
mounted () {
|
||||
// 从消息跳转进来带企业编号
|
||||
const { standard_number } = this.$route.query
|
||||
this.$set(this.defaultSearchParams, 'standard_number', standard_number)
|
||||
this.searchParams = Object.assign({}, this.defaultSearchParams)
|
||||
this.$set(this.$refs.searchRef.queryParam, 'standard_number', standard_number)
|
||||
this.searchParams = Object.assign({}, this.$refs.searchRef.queryParam)
|
||||
this.getTableHeader()
|
||||
this.loadData()
|
||||
// 过滤没有权限的按钮
|
||||
|
||||
Reference in New Issue
Block a user