|
|
@@ -79,7 +79,7 @@ class TechnologySopFragment(val changePage: (PageChangeBO) -> Unit) :
|
|
|
mBinding?.cbStart?.setOnClickListener {
|
|
|
presenter?.createTicket(mMachineryIdx, mSopTypeIdx, mMachineryList) {
|
|
|
it?.let {
|
|
|
- changePage(PageChangeBO(2, ticketId = it))
|
|
|
+ changePage(PageChangeBO(2, ticketId = it, machineryId = mMachineryList[mMachineryIdx].machineryId))
|
|
|
}
|
|
|
}
|
|
|
}
|