action.js 180 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 import * as common from './common-type'; // 保存表单数据 export const saveMsgStatus = (value, datatype) => { return { type: common.MSGSTATUS, value } }