UNPKG

mutants-appfx

Version:

appfx module

19 lines (13 loc) 294 B
import FormController from './FormController' import { action } from 'mobx'; // =============== 单据公共行为 ============== export default class VoucherController extends FormController { // 提交审核 @action async submit() { } // 打印 @action async print() { } }