[update 功能安全中心] 列表、成员单位部分接口对接
This commit is contained in:
@@ -110,8 +110,8 @@ export default {
|
||||
}
|
||||
},
|
||||
url: {
|
||||
add: '/FunctionalSafetyCenter/add',
|
||||
edit: '/FunctionalSafetyCenter/edit'
|
||||
add: '/SafetyCenter/add',
|
||||
edit: '/SafetyCenter/edit'
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -156,8 +156,6 @@ export default {
|
||||
} else {
|
||||
httpurl += this.url.edit
|
||||
}
|
||||
values.yearChargeA = values.yearChargeA ? Number(values.yearChargeA) : null
|
||||
values.chargeA = values.chargeNoticeNoA ? 'a' : null
|
||||
const formData = Object.assign(this.model, values)
|
||||
console.log('表单提交数据', formData)
|
||||
httpAction(httpurl, formData, method).then((res) => {
|
||||
|
||||
Reference in New Issue
Block a user