Commit fb69b7f8 by fukai

用模拟数据支持打开保函

parent d39063d0
......@@ -395,10 +395,12 @@ export default {
}
},
async getInitButtons() {
let rtnmsg = await Api.post(
"/business/gitsel/getInitButtons",
this.model
);
// let rtnmsg = await Api.post(
// "/business/gitsel/getInitButtons",
// this.model
// );
//新建模拟数据
let rtnmsg = {respCode:SUCCESS,data:['NITOPN','GITOPN','HITOPN']}
if (rtnmsg.respCode == SUCCESS) {
const length = rtnmsg.data.length;
let btnStr = rtnmsg.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