Commit c4709c8d authored by 华国豪's avatar 华国豪 🙄

意见调查weitianxie人数为0时提示

parent 45ed26ad
......@@ -243,7 +243,9 @@ export default {
})
},
setInfo(obj){
console.log(obj)
if (obj.number < 1) {
return this.$message.error('此团已完成意见调查!')
}
this.TCID = obj.tcid;
this.DiaoChaShow = true;
this.getppList();
......
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