浏览代码

修改模糊查询

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) {