Commit 7b59f496 authored by jiangqihao's avatar jiangqihao

jqh

parent 6937d3cf
......@@ -330,7 +330,7 @@ export default {
methods: {
handleSubmit (data) {
const formData = this.$translateToC4CData(data)
formData.ExtCustomerType_SDK = '121'
formData.extCustomerType_SDK = '121'
console.log(formData)
this.loading = true
customerCreate(this.paramsToFormData(formData)).then(res => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment