소스 검색

修改模糊查询

lichao 3 년 전
부모
커밋
774d409fc4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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}
       listCorps(queryParams).then((response) => {
         console.log(response)
-        this.fMblnoOptions = response.rows
+        this.KHblnoOptions = response.rows
       })
     },
     corpsRemote(name) {