Browse Source

修改模糊查询

lichao 3 years ago
parent
commit
774d409fc4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/jiGang/index.vue

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

@@ -706,7 +706,7 @@ export default {
       let queryParams = {pageNum: 1, fName: name, fTypeid: 1}
       let queryParams = {pageNum: 1, fName: name, fTypeid: 1}
       listCorps(queryParams).then((response) => {
       listCorps(queryParams).then((response) => {
         console.log(response)
         console.log(response)
-        this.fMblnoOptions = response.rows
+        this.KHblnoOptions = response.rows
       })
       })
     },
     },
     corpsRemote(name) {
     corpsRemote(name) {