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:
commit
adbf4d13b8
|
|
@ -200,7 +200,7 @@
|
||||||
<td><el-input
|
<td><el-input
|
||||||
v-model="itme.result"
|
v-model="itme.result"
|
||||||
placeholder="请输入结果"
|
placeholder="请输入结果"
|
||||||
maxlength="3"
|
maxlength="5"
|
||||||
show-word-limit
|
show-word-limit
|
||||||
/></td>
|
/></td>
|
||||||
<td>{{itme.medicalProjectDetailUnit}}</td>
|
<td>{{itme.medicalProjectDetailUnit}}</td>
|
||||||
|
|
|
||||||
|
|
@ -364,6 +364,9 @@ export default {
|
||||||
}
|
}
|
||||||
if(this.form.chronicIds!=null&&this.form.chronicIds.length>0){
|
if(this.form.chronicIds!=null&&this.form.chronicIds.length>0){
|
||||||
this.form.chronicIdList=this.form.chronicIds.split(",");
|
this.form.chronicIdList=this.form.chronicIds.split(",");
|
||||||
|
}else{
|
||||||
|
this.$modal.msgSuccess("请选择疾病!");
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
console.log("this.form.articleContent",this.form.articleContent);
|
console.log("this.form.articleContent",this.form.articleContent);
|
||||||
this.open = true;
|
this.open = true;
|
||||||
|
|
@ -377,6 +380,8 @@ export default {
|
||||||
this.form.chronicIds = this.form.chronicIdList.join(",")
|
this.form.chronicIds = this.form.chronicIdList.join(",")
|
||||||
}else{
|
}else{
|
||||||
this.form.chronicIds = ""
|
this.form.chronicIds = ""
|
||||||
|
this.$modal.msgSuccess("请选择疾病!");
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
this.form.coverPhoto = this.checkUrlList[0];
|
this.form.coverPhoto = this.checkUrlList[0];
|
||||||
console.log("this.form.articleContent",this.form.articleContent);
|
console.log("this.form.articleContent",this.form.articleContent);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue