This commit is contained in:
A1300399510
2023-07-28 15:32:37 +08:00
parent 2c2c0ff47d
commit 7bf9f59c75
2 changed files with 11 additions and 8 deletions

View File

@@ -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"
}
// 是否点击里 清除金额按钮 因为输入金额后再点击清除按钮是会先请求有金额的列表