Ver código fonte

系统中期支付项列表

duy 1 ano atrás
pai
commit
43047d0708
1 arquivos alterados com 1 adições e 1 exclusões
  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
       })
     },