Commit 1b32327a authored by 黄奎's avatar 黄奎

页面修改

parent 2655f3dc
......@@ -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 => {
......
......@@ -189,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