likang 3 년 전
부모
커밋
106631276e
2개의 변경된 파일3개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 1
      src/views/device/hyd_equipment/index.vue
  2. 1 3
      src/views/device/storage_equipment/index.vue

+ 2 - 1
src/views/device/hyd_equipment/index.vue

@@ -413,7 +413,8 @@ export default {
   data() {
     return {
       url: "hydEquipment",
-    
+      defaultQueryParam:['pid']       
+      ,
       queryParam: {
         pid:1,
         material_number: "",

+ 1 - 3
src/views/device/storage_equipment/index.vue

@@ -413,9 +413,7 @@ export default {
   data() {
     return {
       url: "hydEquipment",
-      defaultQueryParam:{
-         pid:5
-      },
+     defaultQueryParam:['pid'],  
       queryParam: {
         pid:5,
         material_number: "",