11
WXL
2024-04-09 217c9e4b33b7604a67aec08784a877be857d539e
src/views/project/donationdetails/index.vue
@@ -3240,6 +3240,8 @@
              });
            } else {
              addDonationwitness(this.witnessform).then(response => {
                if (response.code === 200) {
                this.$modal.msgSuccess("获取见证信息新增成功");
                this.form.donationcategory = this.witnessform.donationcategory;
                let data = JSON.parse(JSON.stringify(this.form));
@@ -3252,10 +3254,14 @@
                data.patientstate = data.patientstate.join(",");
                getDonationNumber(data).then(res => {
                  this.form.donorno = res.msg;
                    this.istb = true;
                  this.Processvalidation();
                });
                this.istb = true;
                this.$modal.closeLoading();
                }else{
                  this.$modal.msgError("获取见证信息新增失败");
                }
              });
            }