修改保存

This commit is contained in:
shidongli 2024-12-11 16:49:02 +08:00
parent 544b0c0ceb
commit fd9da6c1fb

View File

@ -815,9 +815,9 @@ export default {
signrouteadd(newObj).then((res) => { signrouteadd(newObj).then((res) => {
var message = '' var message = ''
if (this.$route.query.path == "/patient/signRecord") { if (this.$route.query.path == "/patient/signRecord") {
message = '保存成功,即将返回签约列表'
} else if (this.$route.query.path == "/patient/patientinfoimport") {
message = '保存成功,即将返回签约患者列表' message = '保存成功,即将返回签约患者列表'
} else if (this.$route.query.path == "/patient/patientinfoimport") {
message = '保存成功,即将返回患者导入列表'
} else if (this.$route.query.path == "/patient/ImportDetails") { } else if (this.$route.query.path == "/patient/ImportDetails") {
message = '保存成功,即将返回导入明细列表' message = '保存成功,即将返回导入明细列表'