Commit 4a5de0ab by liuxin

selectEty添加状态信息

parent d6a1ceb5
......@@ -318,7 +318,7 @@ export default {
const obj = {}
obj[props] = val;
Utils.copyValueFromVO(this.model, obj);
this.executeRule(rulePath).then((res) => {
this.executeRule(rulePath, {"selectStatus" : 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