运营平台bug
This commit is contained in:
		| @@ -1,6 +1,8 @@ | ||||
| <template> | ||||
|   <section class="AppCompany"> | ||||
|     <component :is="currentComponent" :instance="instance" :dict="dict" :permissions="permissions"/> | ||||
|     <keep-alive> | ||||
|       <component :is="currentComponent" :instance="instance" :dict="dict" :permissions="permissions"/> | ||||
|     </keep-alive> | ||||
|   </section> | ||||
| </template> | ||||
|  | ||||
|   | ||||
| @@ -161,6 +161,8 @@ export default { | ||||
|     resetSearch() { | ||||
|       this.name = '' | ||||
|       this.page.current = 1 | ||||
|       this.gropList = [] | ||||
|       this.page.total = 0 | ||||
|       this.getTableData() | ||||
|     }, | ||||
|  | ||||
| @@ -174,8 +176,6 @@ export default { | ||||
|     }, | ||||
|  | ||||
|     getTableData() { | ||||
|       this.gropList = [] | ||||
|       this.page.total = 0 | ||||
|       this.instance.post(`/appCorp/page?areaId=${this.areaId}¤t=${this.page.current}&size=${this.page.size}&name=${this.name}`,).then(res => { | ||||
|         if (res.code === 0) { | ||||
|           if(res.data) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user