Commit 59fc9e24 authored by 罗超's avatar 罗超

Merge branch 'master' of http://gitlab.oytour.com/huaguohao/crm into master

parents 32b1ea54 1b32327a
......@@ -670,7 +670,11 @@
handleClose(done) {
done();
},
getList: function () {
getList: function (isclose) {
if(isclose&&isclose==1)
{
this.isShowGuestInfo=false;
}
this.tableData = []
this.loading = true
this.apipost('/api/Customer/GetCustomerCluePage', this.msg, res => {
......
......@@ -188,7 +188,7 @@
methods: {
//刷新父页面
refreshParentPage() {
this.$emit('getList')
this.$emit('getList');
},
init() {
this.apipost('/api/Customer/GetAllCustmersModel', {
......
......@@ -99,7 +99,8 @@
<div class="top-info">
<el-row class="margin-bottom-25">
<el-col :span="12">
<span class="info-lable">客户级别:</span><span>{{detailsData.CustomerIdLevelStr}}</span>
<span class="info-lable">客户级别:</span><span>{{detailsData.CustomerIdLevelStr?detailsData.CustomerIdLevelStr:"--"}}</span>
</el-col>
<el-col :span="12">
<span
......@@ -112,7 +113,7 @@
</el-col>
<el-col :span="12">
<span
class="info-lable">更新时间:</span><span>{{detailsData.UpdateTime ? detailsData.UpdateTime : ''}}</span>
class="info-lable">更新时间:</span><span>{{detailsData.UpdateDate ? detailsData.UpdateDate : ''}}</span>
</el-col>
</el-row>
</div>
......@@ -188,7 +189,7 @@
methods: {
//刷新父页面
refreshParentPage() {
this.$emit('getList')
this.$emit('getList',1);
},
init() {
this.apipost('/api/Customer/GetAllGuesstCustomerModel', {
......
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