wangxiaoran 2 tahun lalu
induk
melakukan
56fbcfde4d
1 mengubah file dengan 5 tambahan dan 2 penghapusan
  1. 5 2
      src/views/data/query/index.vue

+ 5 - 2
src/views/data/query/index.vue

@@ -582,13 +582,16 @@ export default {
           },
         ];
       } else if (val.key == 'AAC11N') {
+        console.log('vvvvvvvvvvvvvvvvv')
+        let selectArr = []
         for (let item in this.departmentList) {
           this.departmentList[item];
-          val.selectList.push({
+          selectArr.push({
             label: this.departmentList[item].name,
             id: this.departmentList[item].id,
-          });
+          });  
         }
+        val.selectList = selectArr;
       } else if (val.key == 'LNSSQ' || val.key == 'LNSSH') {
         val.selectList = [
           {