guhongwei 2 years ago
parent
commit
9b937648a1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/patent/user/apply/apply/gzjDetail.vue

+ 1 - 1
src/views/patent/user/apply/apply/gzjDetail.vue

@@ -35,7 +35,7 @@ export default {
     async search({ skip = 0, limit = this.limit, ...info } = {}) {
     async search({ skip = 0, limit = this.limit, ...info } = {}) {
       if (this.create_number) {
       if (this.create_number) {
         info.name = this.name;
         info.name = this.name;
-        info.create_number = this.create_number;
+        // info.create_number = this.create_number;
         info.to_id = this.user._id;
         info.to_id = this.user._id;
         let res = await this.query({ skip, limit, ...info });
         let res = await this.query({ skip, limit, ...info });
         if (this.$checkRes(res)) {
         if (this.$checkRes(res)) {