[update 功能安全中心] 列表、成员单位部分接口对接

This commit is contained in:
danshihao
2024-07-01 17:42:56 +08:00
parent 7ed658f9d8
commit b1d1ecde9b
9 changed files with 113 additions and 941 deletions
@@ -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) => {