This commit is contained in:
闫晓茹 2024-08-09 10:30:40 +08:00
parent 985f02e3fe
commit 979713ad89

View File

@ -905,7 +905,6 @@ export default {
if (files.length > 0) { if (files.length > 0) {
this.$refs.upload.submit(); this.$refs.upload.submit();
this.uploadsave(); this.uploadsave();
} else { } else {
this.uploadsave(); this.uploadsave();
} }
@ -938,7 +937,7 @@ export default {
} }
this.form.signPackage = this.signPackage; this.form.signPackage = this.signPackage;
this.form.route = this.route; this.form.route = this.route;
if(this.form.record.signPatientRecordId ){ if (this.$route.query.signPatientRecordId) {
this.form.record.signPatientRecordId = Number( this.form.record.signPatientRecordId = Number(
this.$route.query.signPatientRecordId this.$route.query.signPatientRecordId
); );
@ -980,7 +979,7 @@ export default {
}); });
}) })
.catch(() => { .catch(() => {
this.$modal.msgSuccess("签约成功"); this.$modal.msgSuccess("修改签约成功");
}); });
}); });
} }
@ -1007,11 +1006,10 @@ export default {
delhardware(index) { delhardware(index) {
this.form.devices.splice(index, 1); this.form.devices.splice(index, 1);
}, },
handleRemove(file, fileList) { handleRemove(file, fileList) {},
},
handlePictureCardPreview(file) { handlePictureCardPreview(file) {
this.dialogImageUrl = file.url; this.dialogImageUrl = file.url;
this.dialogVisible=true this.dialogVisible = true;
}, },
// //
cancelback() { cancelback() {