Commit 6937d3cf authored by jiangqihao's avatar jiangqihao

总代

parent f6cca0e9
...@@ -330,6 +330,7 @@ export default { ...@@ -330,6 +330,7 @@ export default {
methods: { methods: {
handleSubmit (data) { handleSubmit (data) {
const formData = this.$translateToC4CData(data) const formData = this.$translateToC4CData(data)
formData.ExtCustomerType_SDK = '121'
console.log(formData) console.log(formData)
this.loading = true this.loading = true
customerCreate(this.paramsToFormData(formData)).then(res => { 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