完善客户管理
This commit is contained in:
@@ -316,6 +316,7 @@ export default {
|
||||
req.fetchBySid(sid).then((response) => {
|
||||
if (response.success) {
|
||||
this.temp = response.data
|
||||
this.temp.crmVisitAppendixDtoList = []
|
||||
typeValues({ type: 'customerType' }).then((res) => {
|
||||
if (res.success) {
|
||||
this.customerType_list = res.data
|
||||
|
||||
@@ -220,6 +220,7 @@ export default {
|
||||
req.fetchBySid(sid).then((response) => {
|
||||
if (response.success) {
|
||||
this.temp = response.data
|
||||
this.temp.crmVisitAppendixDtoList = []
|
||||
const aa = []
|
||||
if (this.temp.customerFiles.length > 0) {
|
||||
this.temp.customerFiles.forEach((e) => {
|
||||
|
||||
Reference in New Issue
Block a user