去除console
parent
f5ded882ee
commit
1812877f88
|
@ -791,7 +791,6 @@ export default {
|
|||
this.loading = true
|
||||
// 保存配置信息
|
||||
var params = Object.assign({}, this.form)
|
||||
console.log(this.form.BodyPartTypeList)
|
||||
params.BodyPartTypes = this.form.BodyPartTypeList.toString().replaceAll(',', ' | ')
|
||||
|
||||
configTrialBasicInfo(params).then(res => {
|
||||
|
|
Loading…
Reference in New Issue