Forráskód Böngészése

修改模糊查询

lichao 3 éve
szülő
commit
774d409fc4
1 módosított fájl, 1 hozzáadás és 1 törlés
  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) {