Compare commits

..

No commits in common. "c62b9894c00ca239ee11fc26b59b07ffce8c575a" and "0e91e89fefb8a7be73fdc702f2ef02fe129c1e12" have entirely different histories.

2 changed files with 4 additions and 5 deletions

View File

@ -357,10 +357,10 @@ export default {
this.fileList=[] this.fileList=[]
this.checkUrlList=[] this.checkUrlList=[]
} }
if(this.form.chronicIds!=null&&this.form.chronicIds.length>0){ if(this.form.chronicIds.length>0){
this.form.chronicIdList=this.form.chronicIds.split(","); this.form.chronicIdList=this.form.chronicIds.split(",");
} }
console.log("this.form.articleContent",this.form.articleContent); console.log("this.form",this.form);
this.open = true; this.open = true;
this.title = "修改"; this.title = "修改";
}, },
@ -373,8 +373,7 @@ export default {
}else{ }else{
this.form.chronicIds = "" this.form.chronicIds = ""
} }
this.form.coverPhoto = this.checkUrlList[0]; this.form.coverPhoto = this.checkUrlList[0]
console.log("this.form.articleContent",this.form.articleContent);
if (this.form.articleId != undefined) { if (this.form.articleId != undefined) {
editHealthScienceApi(this.form).then(response => { editHealthScienceApi(this.form).then(response => {
this.$modal.msgSuccess("修改成功"); this.$modal.msgSuccess("修改成功");