Parcourir la source

系统中期支付项列表

duy il y a 1 an
Parent
commit
43047d0708
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/measure/interimPay.vue

+ 1 - 1
src/views/measure/interimPay.vue

@@ -723,7 +723,7 @@
       console.log('xin');
       this.tatoldialogVisible=true
       //type=0(未被引用),type=1(已引用),type=空(全部)
-      getAllList({type:0}).then((res)=>{
+      getAllList({type:''}).then((res)=>{
         this.tadddata=res.data.data
       })
     },