소스 검색

Merge branch 'master' of http://git.cc-lotus.info/live-platform/live-cms

wuhongyu 4 년 전
부모
커밋
1c86d4e674
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/role/index.vue

+ 1 - 1
src/views/role/index.vue

@@ -60,7 +60,7 @@ export default {
       let res = await this.query();
       console.log(res.data);
       this.$set(this, `list`, res.data);
-        this.$set(this, `total`, res.total);
+      this.$set(this, `total`, res.total);
     },
     toEdit({ data }) {
       console.log('1');