diff --git a/src/pages/localTool/standardRecognition/index.vue b/src/pages/localTool/standardRecognition/index.vue index 656a7b7f0..61cc5c087 100644 --- a/src/pages/localTool/standardRecognition/index.vue +++ b/src/pages/localTool/standardRecognition/index.vue @@ -23,6 +23,7 @@ style="width: 100%" height="100%" @selection-change="standSelectChange" + @sort-change="sortChange" :header-cell-style="{ background: '#f8f8f9', color: '#515a6e' }" > @@ -97,13 +98,13 @@ - + { if (res.ok) { this.standRecoList = res.data.list; + console.log(this.standRecoList); this.total = res.data.count } },