docmentList webview 增加supplierId

This commit is contained in:
ddisfriend
2024-10-08 14:30:07 +08:00
parent ac19826ef2
commit faf0f3046e
3 changed files with 6 additions and 4 deletions

View File

@@ -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)

View File

@@ -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>