去除console

uat_us
caiyiling 2024-03-28 15:38:42 +08:00
parent f5ded882ee
commit 1812877f88
1 changed files with 0 additions and 1 deletions

View File

@ -791,7 +791,6 @@ export default {
this.loading = true this.loading = true
// //
var params = Object.assign({}, this.form) var params = Object.assign({}, this.form)
console.log(this.form.BodyPartTypeList)
params.BodyPartTypes = this.form.BodyPartTypeList.toString().replaceAll(',', ' | ') params.BodyPartTypes = this.form.BodyPartTypeList.toString().replaceAll(',', ' | ')
configTrialBasicInfo(params).then(res => { configTrialBasicInfo(params).then(res => {