Commit 2fea7cd4 authored by 张冬's avatar 张冬

更新

parent a86a4655
...@@ -139,6 +139,7 @@ ...@@ -139,6 +139,7 @@
let ruleForm = this.ruleForm let ruleForm = this.ruleForm
ruleForm.questionId = this.id ruleForm.questionId = this.id
ruleForm.companyId = localStorage.getItem("companyId") ruleForm.companyId = localStorage.getItem("companyId")
ruleForm.projectId = localStorage.getItem("projectId")
try { try {
const valid = await this.$refs['ruleForm'].validate() const valid = await this.$refs['ruleForm'].validate()
if (valid) { if (valid) {
......
...@@ -207,7 +207,9 @@ ...@@ -207,7 +207,9 @@
const { code,msg } = await operationAduit(form) const { code,msg } = await operationAduit(form)
if (code === 200) { if (code === 200) {
this.$success.success(msg) this.$success.success(msg)
} }else{
this.$success.error(msg)
}
} }
} catch (e) { } catch (e) {
console.log(e) console.log(e)
...@@ -222,7 +224,9 @@ ...@@ -222,7 +224,9 @@
const { code,msg } = await operationAduit(form) const { code,msg } = await operationAduit(form)
if (code === 200) { if (code === 200) {
this.$success.success(msg) this.$success.success(msg)
} }else{
this.$success.error(msg)
}
} catch (e) { } catch (e) {
console.log(e) console.log(e)
} }
......
...@@ -23,7 +23,7 @@ export default { ...@@ -23,7 +23,7 @@ export default {
}, },
data() { data() {
return { return {
breads: ['投标管理', '我参与的项目', '查看投标邀请书'], breads: ['投标管理', '在线报名', '招标公告'],
} }
}, },
......
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