Commit 2c73e01b authored by 吴冠's avatar 吴冠

开标设置

parent 55f783e5
...@@ -230,11 +230,11 @@ export default { ...@@ -230,11 +230,11 @@ export default {
const {data,code,msg} = await getBidOpening() const {data,code,msg} = await getBidOpening()
if(code==200){ if(code==200){
this.$message.success(msg) this.$message.success(msg)
return true this.$router.push(mods.url);
}else{ }else{
this.$message.error(msg) this.$message.error(msg)
return false
} }
} }
this.$router.push(mods.url); this.$router.push(mods.url);
} }
......
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