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

更新

parent a86a4655
......@@ -139,6 +139,7 @@
let ruleForm = this.ruleForm
ruleForm.questionId = this.id
ruleForm.companyId = localStorage.getItem("companyId")
ruleForm.projectId = localStorage.getItem("projectId")
try {
const valid = await this.$refs['ruleForm'].validate()
if (valid) {
......
......@@ -207,6 +207,8 @@
const { code,msg } = await operationAduit(form)
if (code === 200) {
this.$success.success(msg)
}else{
this.$success.error(msg)
}
}
} catch (e) {
......@@ -222,6 +224,8 @@
const { code,msg } = await operationAduit(form)
if (code === 200) {
this.$success.success(msg)
}else{
this.$success.error(msg)
}
} catch (e) {
console.log(e)
......
......@@ -23,7 +23,7 @@ export default {
},
data() {
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