1
0
Selaa lähdekoodia

解决报错。

jiaxiaoqiang 3 kuukautta sitten
vanhempi
commit
7c77cc7c22
1 muutettua tiedostoa jossa 1 lisäystä ja 3 poistoa
  1. 1 3
      entry/src/main/ets/view/ManualWarehousing.ets

+ 1 - 3
entry/src/main/ets/view/ManualWarehousing.ets

@@ -209,9 +209,7 @@ export struct ManualWarehousing {
     }
 
 
-    let res: MaterialInformationModel[] = await StorageRequest.get(`/web/wcs/bindInfo/${this.recentlyRecordObject.rfid} `, {
-      label: itemCode //"#gys022#sc022#100#20220929#31"
-    } as MaterialInformationModel[])
+    let res: MaterialInformationModel = await StorageRequest.get(`/web/wcs/bindInfo/${this.recentlyRecordObject.rfid}` as MaterialInformationModel)
 
 
     // TODO