Browse Source

解决报错。

jiaxiaoqiang 3 tháng trước cách đây
mục cha
commit
7c77cc7c22
1 tập tin đã thay đổi với 1 bổ sung3 xóa
  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