|
@@ -255,8 +255,6 @@ export default {
|
|
},
|
|
},
|
|
*queryProcessFlows({ payload }, { call, put }) {
|
|
*queryProcessFlows({ payload }, { call, put }) {
|
|
const data = yield call(queryProcessFlows, payload);
|
|
const data = yield call(queryProcessFlows, payload);
|
|
- console.log(data);
|
|
|
|
- console.log(JSON.parse(data[0].form_json));
|
|
|
|
if (data && data.length > 0) {
|
|
if (data && data.length > 0) {
|
|
yield put({
|
|
yield put({
|
|
type: 'save',
|
|
type: 'save',
|