[update 消息跳转] 跳转参数补充
This commit is contained in:
@@ -344,8 +344,8 @@ export default {
|
||||
},
|
||||
created () {
|
||||
// 从消息跳转进来带企业编号
|
||||
const { standardNumber } = this.$route.query
|
||||
this.$set(this.defaultSearchParams, 'standard_number', standardNumber)
|
||||
const { standard_number } = this.$route.query
|
||||
this.$set(this.defaultSearchParams, 'standard_number', standard_number)
|
||||
this.searchParams = Object.assign({}, this.defaultSearchParams)
|
||||
this.getTableHeader()
|
||||
this.loadData()
|
||||
|
||||
Reference in New Issue
Block a user