修改
This commit is contained in:
parent
2669c6eaf3
commit
985f02e3fe
@ -327,7 +327,7 @@
|
||||
<i class="el-icon-plus"></i>
|
||||
</el-upload>
|
||||
<!-- <div style="width:200px;height:200px">
|
||||
|
||||
|
||||
<img :src="baseUrl+imageUrl " alt="">
|
||||
</div> -->
|
||||
<!-- 服务包弹框 -->
|
||||
@ -904,6 +904,8 @@ export default {
|
||||
const files = this.$refs.upload.uploadFiles;
|
||||
if (files.length > 0) {
|
||||
this.$refs.upload.submit();
|
||||
this.uploadsave();
|
||||
|
||||
} else {
|
||||
this.uploadsave();
|
||||
}
|
||||
@ -936,9 +938,11 @@ export default {
|
||||
}
|
||||
this.form.signPackage = this.signPackage;
|
||||
this.form.route = this.route;
|
||||
this.form.record.signPatientRecordId = Number(
|
||||
if(this.form.record.signPatientRecordId ){
|
||||
this.form.record.signPatientRecordId = Number(
|
||||
this.$route.query.signPatientRecordId
|
||||
);
|
||||
}
|
||||
if (!this.form.record.signPatientRecordId) {
|
||||
addsign(this.form).then((res) => {
|
||||
this.$confirm("签约成功, 是否返回上一页?", "提示", {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user