Merge branch 'bonus-jyy-smart-canteen' of http://192.168.0.75:3000/bonus/bonus-ui into bonus-jyy-smart-canteen

This commit is contained in:
zzyuan 2025-07-14 09:06:56 +08:00
commit adbf4d13b8
2 changed files with 6 additions and 1 deletions

View File

@ -200,7 +200,7 @@
<td><el-input
v-model="itme.result"
placeholder="请输入结果"
maxlength="3"
maxlength="5"
show-word-limit
/></td>
<td>{{itme.medicalProjectDetailUnit}}</td>

View File

@ -364,6 +364,9 @@ export default {
}
if(this.form.chronicIds!=null&&this.form.chronicIds.length>0){
this.form.chronicIdList=this.form.chronicIds.split(",");
}else{
this.$modal.msgSuccess("请选择疾病!");
return;
}
console.log("this.form.articleContent",this.form.articleContent);
this.open = true;
@ -377,6 +380,8 @@ export default {
this.form.chronicIds = this.form.chronicIdList.join(",")
}else{
this.form.chronicIds = ""
this.$modal.msgSuccess("请选择疾病!");
return;
}
this.form.coverPhoto = this.checkUrlList[0];
console.log("this.form.articleContent",this.form.articleContent);