Commit ae81a5ac authored by 前端-钟卫鹏's avatar 前端-钟卫鹏

fix: 处理新增招标传参isAllCity异常

parent 72bcd404
......@@ -97,7 +97,7 @@ export const paramsConversionFn = (value) => {
provinceName: item.province,
cityCode: item.cityCode,
cityName: item.city,
isAllCity: item?.cityCode ? false : true
isAllCity: (item?.cityCode !== '0' ) ? false : true
}
if(pageStatus === PageStatus.ADD) {
delete param.id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment