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

页面修改

parent 2655f3dc
...@@ -670,7 +670,11 @@ ...@@ -670,7 +670,11 @@
handleClose(done) { handleClose(done) {
done(); done();
}, },
getList: function () { getList: function (isclose) {
if(isclose&&isclose==1)
{
this.isShowGuestInfo=false;
}
this.tableData = [] this.tableData = []
this.loading = true this.loading = true
this.apipost('/api/Customer/GetCustomerCluePage', this.msg, res => { this.apipost('/api/Customer/GetCustomerCluePage', this.msg, res => {
......
...@@ -189,7 +189,7 @@ ...@@ -189,7 +189,7 @@
methods: { methods: {
//刷新父页面 //刷新父页面
refreshParentPage() { refreshParentPage() {
this.$emit('getList') this.$emit('getList',1);
}, },
init() { init() {
this.apipost('/api/Customer/GetAllGuesstCustomerModel', { 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