Default.js 649 Bytes
Newer Older
1 2 3 4 5 6 7 8

/**
* Fctopn Default规则
*/
import Api from "~/service/Api";
import Utils from "~/utils/index"

export default {
潘际乾 committed
9 10 11 12 13 14 15 16
    "fcdgrp.apl.pts.extkey"                      :Utils.defaultFunction,
    "cashamt"                      :Utils.defaultFunction,
    "trmtyp"                      :Utils.defaultFunction,
    "cashcur"                      :Utils.defaultFunction,
    "cashacc"                      :Utils.defaultFunction,
    "cshstm"                      :Utils.defaultFunction,
    "gleflg"                      :Utils.defaultFunction,
    "fcdgrp.apl.pts.nam"                      :Utils.defaultFunction,
17 18
}
//你可以添加自动default处理