zs il y a 2 ans
Parent
commit
b541bd4f95
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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' }),
     ...mapActions(['query', 'delete', 'fetch', 'update', 'create']),
     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 });
       if (this.$checkRes(res)) {
         this.$set(this, 'list', res.data);