Browse Source

修改长度判断

hella_online_20241121
lijuncheng 2 days ago
parent
commit
0829a4b46c
  1. 2
      src/pages/productionReceipt/job/productionReceiptJob.vue

2
src/pages/productionReceipt/job/productionReceiptJob.vue

@ -117,7 +117,7 @@
},
onShow() {
if(this.productionLineList==0){
if(this.productionLineList.length==0){
this.getProductionReceiptJobByProductionline()
}else {
this.getList('refresh')

Loading…
Cancel
Save