Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
44cf36c5b7
@ -905,7 +905,6 @@ export default {
|
||||
if (files.length > 0) {
|
||||
this.$refs.upload.submit();
|
||||
this.uploadsave();
|
||||
|
||||
} else {
|
||||
this.uploadsave();
|
||||
}
|
||||
@ -938,7 +937,7 @@ export default {
|
||||
}
|
||||
this.form.signPackage = this.signPackage;
|
||||
this.form.route = this.route;
|
||||
if(this.form.record.signPatientRecordId ){
|
||||
if (this.$route.query.signPatientRecordId) {
|
||||
this.form.record.signPatientRecordId = Number(
|
||||
this.$route.query.signPatientRecordId
|
||||
);
|
||||
@ -980,7 +979,7 @@ export default {
|
||||
});
|
||||
})
|
||||
.catch(() => {
|
||||
this.$modal.msgSuccess("签约成功");
|
||||
this.$modal.msgSuccess("修改签约成功");
|
||||
});
|
||||
});
|
||||
}
|
||||
@ -1007,11 +1006,10 @@ export default {
|
||||
delhardware(index) {
|
||||
this.form.devices.splice(index, 1);
|
||||
},
|
||||
handleRemove(file, fileList) {
|
||||
},
|
||||
handleRemove(file, fileList) {},
|
||||
handlePictureCardPreview(file) {
|
||||
this.dialogImageUrl = file.url;
|
||||
this.dialogVisible=true
|
||||
this.dialogVisible = true;
|
||||
},
|
||||
// 撤销签约
|
||||
cancelback() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user