Commit 241eaf89 by lianyang

机构回填selectEty方法中在执行时加参'EventType': 1传到后端,以便选择后进入方法

parent 482aef16
......@@ -358,7 +358,7 @@ export default {
const obj = {}
obj[props] = val;
Utils.copyValueFromVO(this.model, obj);
this.executeRule(rulePath, { "selectStatus": 1 }).then((res) => {
this.executeRule(rulePath, { "selectStatus": 1,'EventType': 1}).then((res) => {
if (res.respCode == SUCCESS) {
Utils.copyValueFromVO(this.model, res.data);
}
......
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