运营平台bug
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<section class="AppCompany">
|
<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>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -161,6 +161,8 @@ export default {
|
|||||||
resetSearch() {
|
resetSearch() {
|
||||||
this.name = ''
|
this.name = ''
|
||||||
this.page.current = 1
|
this.page.current = 1
|
||||||
|
this.gropList = []
|
||||||
|
this.page.total = 0
|
||||||
this.getTableData()
|
this.getTableData()
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -174,8 +176,6 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
getTableData() {
|
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 => {
|
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.code === 0) {
|
||||||
if(res.data) {
|
if(res.data) {
|
||||||
|
|||||||
Reference in New Issue
Block a user