lichao 3 лет назад
Родитель
Сommit
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) {