检查部位分割格式

uat_us
caiyiling 2024-03-28 17:02:03 +08:00
parent d4ea8bb4d5
commit 3eeefaaa2c
1 changed files with 2 additions and 2 deletions

View File

@ -791,7 +791,7 @@ export default {
this.loading = true
//
var params = Object.assign({}, this.form)
params.BodyPartTypes = this.form.BodyPartTypeList.toString().replaceAll(',', ' | ')
params.BodyPartTypes = this.form.BodyPartTypeList.toString().replaceAll(',', '|')
configTrialBasicInfo(params).then(res => {
this.loading = false
@ -866,7 +866,7 @@ export default {
signConfirm(signInfo) {
this.loading = true
var obj = Object.assign({}, this.form)
obj.BodyPartTypes = this.form.BodyPartTypeList.toString().replaceAll(',', ' | ')
obj.BodyPartTypes = this.form.BodyPartTypeList.toString().replaceAll(',', '|')
const params = {
data: obj,
signInfo: signInfo