Commit cbf86178 by jianglong

修改CFASEL Selp.vue

parent 4192beda
......@@ -255,6 +255,7 @@ export default {
let rtnmsg = await this.executeRule("serbut")
if (rtnmsg.respCode == SUCCESS) {
//TODO 处理数据逻辑
Utils.copyValueFromVO(this.model, rtnmsg.data);
this.stmData.data = rtnmsg.data.eblstm.rows;
console.log(this.stmData.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