|
@ -316,6 +316,7 @@ export default { |
|
|
req.fetchBySid(sid).then((response) => { |
|
|
req.fetchBySid(sid).then((response) => { |
|
|
if (response.success) { |
|
|
if (response.success) { |
|
|
this.temp = response.data |
|
|
this.temp = response.data |
|
|
|
|
|
this.temp.crmVisitAppendixDtoList = [] |
|
|
typeValues({ type: 'customerType' }).then((res) => { |
|
|
typeValues({ type: 'customerType' }).then((res) => { |
|
|
if (res.success) { |
|
|
if (res.success) { |
|
|
this.customerType_list = res.data |
|
|
this.customerType_list = res.data |
|
|