Commit a17c7283 by zhengxiaokui

zxk

parent 25bc79fa
......@@ -247,11 +247,10 @@ export default {
mixins: [CommonProcess],
data() {
return {
flag: 1,
hotreg: "1",
meum: [
{
label: "L/C",
hotreg: "1",
item: [
{
title: "Pre-Advising/Notifying",
......@@ -338,7 +337,6 @@ export default {
},
{
label: "Transfer",
hotreg: "11",
item: [
{
title: "Opening a Transfer L/C",
......@@ -399,15 +397,14 @@ export default {
...Event,
//各入口按钮请求
async onTabClick(tab, event) {
let hotreg = "";
switch (tab.label) {
case "Transfer":
hotreg = "9";
this.hotreg = "9";
break;
default:
hotreg = "1";
this.hotreg = "1";
}
let rtnmsg = await this.executeRule(`cfgfil.hotreg${hotreg}`);
let rtnmsg = await this.executeRule(`cfgfil.hotreg${this.hotreg}`);
if ((rtnmsg.respCode = SUCCESS)) {
this.updateModel(rtnmsg.data);
} else {
......
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