亚健康合同

This commit is contained in:
xiezhijun
2021-01-29 18:38:14 +08:00
parent 2fb4395eb7
commit 54db0ba24a
15 changed files with 131 additions and 18 deletions

View File

@ -409,8 +409,8 @@
// });
// } else {
this.form.tutor = this.selectDictLabel(this.nutritionistIdOptions, this.form.nutritionistId)
if(this.form.projectId != 0 && this.form.projectId != 3){
return;
if(this.form.projectId != 0){
this.form.servePromise = null;
}
addContract(this.form).then(response => {
if (response.code === 200) {