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() { onShow() {
if(this.productionLineList==0){ if(this.productionLineList.length==0){
this.getProductionReceiptJobByProductionline() this.getProductionReceiptJobByProductionline()
}else { }else {
this.getList('refresh') this.getList('refresh')

Loading…
Cancel
Save