去除console
parent
f5ded882ee
commit
1812877f88
|
@ -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 => {
|
||||||
|
|
Loading…
Reference in New Issue