Commit 66578dc3 authored by 沈翠玲's avatar 沈翠玲

客户产品标签模板对照表

parent c03663cb
...@@ -466,7 +466,7 @@ export default { ...@@ -466,7 +466,7 @@ export default {
) )
this.form.templateName = template.name this.form.templateName = template.name
this.form.templateType = template.reportType this.form.templateType = template.reportType
this.form.templateCode = template.id this.form.templateCode = template.id + ''
} }
if (this.form.id != null) { if (this.form.id != null) {
updateCustomerLabel(this.form).then((response) => { updateCustomerLabel(this.form).then((response) => {
......
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