修改bug

ywj_dev
wangwei 2 years ago
parent 95ccc12d6a
commit b23dda2693

@ -1,7 +1,7 @@
<template> <template>
<div> <div>
<el-card> <el-card>
<el-tabs type="border-card"> <el-tabs type="border-card" @tab-click="change">
<el-tab-pane> <el-tab-pane>
<span slot="label">内部角色</span> <span slot="label">内部角色</span>
<el-form :model="queryParams" ref="queryForm" size="mini" :inline="true" v-show="showSearch"> <el-form :model="queryParams" ref="queryForm" size="mini" :inline="true" v-show="showSearch">
@ -460,6 +460,9 @@ export default {
} }
); );
}, },
change(){
this.resetQuery();
},
getCustomerList() { getCustomerList() {
this.loading = true; this.loading = true;
this.Params = this.queryParams this.Params = this.queryParams

Loading…
Cancel
Save