提交
This commit is contained in:
@@ -239,7 +239,10 @@ let pitchValue = ref({
|
||||
keyword: "",
|
||||
})
|
||||
|
||||
if (route.query['companyid']) pitchValue.value['companyid'] = route.query['companyid']
|
||||
if (route.query['companyid']) {
|
||||
pitchValue.value['companyid'] = route.query['companyid']
|
||||
state.value = "unfold"
|
||||
}
|
||||
|
||||
|
||||
// 是否点击里 清除金额按钮 因为输入金额后再点击清除按钮是会先请求有金额的列表
|
||||
|
||||
Reference in New Issue
Block a user