docmentList webview 增加supplierId
This commit is contained in:
Binary file not shown.
@@ -114,7 +114,9 @@ extension MineController {
|
|||||||
mineView.wendangziliaoGes.rx.event
|
mineView.wendangziliaoGes.rx.event
|
||||||
.observe(on: MainScheduler.instance)
|
.observe(on: MainScheduler.instance)
|
||||||
.subscribe(onNext: { _ in
|
.subscribe(onNext: { _ in
|
||||||
WEBTOOL.open(name: .docmentList, appending: nil)
|
if let supplierId = USER.supplierId {
|
||||||
|
WEBTOOL.open(name: .docmentList, appending: "&supplierId=\(supplierId)")
|
||||||
|
}
|
||||||
})
|
})
|
||||||
.disposed(by: disposeBag)
|
.disposed(by: disposeBag)
|
||||||
|
|
||||||
|
|||||||
@@ -5,17 +5,17 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000187">
|
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000173">
|
||||||
|
|
||||||
</testcase>
|
</testcase>
|
||||||
|
|
||||||
|
|
||||||
<testcase classname="fastlane.lanes" name="1: gym" time="68.768014">
|
<testcase classname="fastlane.lanes" name="1: gym" time="83.560386">
|
||||||
|
|
||||||
</testcase>
|
</testcase>
|
||||||
|
|
||||||
|
|
||||||
<testcase classname="fastlane.lanes" name="2: pgyer" time="20.639544">
|
<testcase classname="fastlane.lanes" name="2: pgyer" time="10.526941">
|
||||||
|
|
||||||
</testcase>
|
</testcase>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user