Commit 3deef769 by suwenhao

还原commonApi改动;

parent 9f00d22b
......@@ -138,8 +138,7 @@ export default {
},
async executeRule(rulePath, params, delayCb) {
const loading = this.loading("正在请求数据")
//调试时,配合后端修改的请求地址
let rtnmsg = await Api.post(this.requestPrefix + "/" + rulePath, this.wrapper(params, delayCb))
let rtnmsg = await Api.post(this.requestPrefix + "/executeRule/" + rulePath, this.wrapper(params, delayCb))
if (rtnmsg.respCode == SUCCESS) {
this.updateValueSet(rtnmsg.codeSet)
this.showBackendErrors(rtnmsg.fieldErrors)
......
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