zs 2 년 전
부모
커밋
b541bd4f95
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/platmanag/user/index.vue

+ 1 - 1
src/views/platmanag/user/index.vue

@@ -106,7 +106,7 @@ export default {
     ...admin({ adminPass: 'pass' }),
     ...admin({ adminPass: 'pass' }),
     ...mapActions(['query', 'delete', 'fetch', 'update', 'create']),
     ...mapActions(['query', 'delete', 'fetch', 'update', 'create']),
     async search({ skip = 0, limit = this.$limit, ...info } = {}) {
     async search({ skip = 0, limit = this.$limit, ...info } = {}) {
-      let condition = _.cloneDeep(this.searchForm);
+      let condition = _.cloneDeep(this.searchInfo);
       let res = await this.query({ skip, limit, ...condition, ...info });
       let res = await this.query({ skip, limit, ...condition, ...info });
       if (this.$checkRes(res)) {
       if (this.$checkRes(res)) {
         this.$set(this, 'list', res.data);
         this.$set(this, 'list', res.data);