Commit 282b4461 authored by superman's avatar superman

update

parent d440ae79
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -79,7 +79,7 @@ function* watchAdd() {
function* settlement(id) {
try {
yield item = call(settlementItem, id);
const item = yield call(settlementItem, id);
message.success('发放成功!');
yield put({
type: 'SETTLEMENT_TRADE_ITEM_SUCCESS',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment