Commit fea88307 by fukai

增加默认处理函数

parent fa87bd37
......@@ -208,4 +208,15 @@ export default class Utils {
}, 0)
}
}
static defaultFunction(rule, value, callback){
this.executeNotify().then(res => {
if (res.respCode == SUCCESS){
const data = res.data;
Utils.copyValueFromVO(this.model, data)
callback()
}
})
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment