epmp-cli
Version:
A simple init for epm scaffolding projects.
17 lines (14 loc) • 372 B
JavaScript
/**
* @file 处理普通按钮的点击事件。
*/
import buttonUpdate from '../../utils/buttonUpdate';
import { TOAST_COLOR, LIST, STATUS } from '../../constant';
import EpmpUtils from 'EpmpUtils';
const { _toast } = EpmpUtils;
/**
* @method 修改
*/
export function Edit() {
// ...
_toast('修改按钮事件处理...', TOAST_COLOR.warning);
}