Commit 26287587 by fukai

更新码表文件

parent c01570c7
......@@ -28,7 +28,7 @@ export default {
message: '保存成功',
type: 'success'
});
this.$history.push("/business/trnrel")
this.$router.history.push("/business/trnrel")
} else {
this.$notify({
title: '失败',
......@@ -46,7 +46,7 @@ export default {
message: '暂存成功',
type: 'success'
});
this.$history.push("/business/sptsel")
this.$router.history.push("/business/sptsel")
} else {
this.$notify({
title: '失败',
......
......@@ -5771,11 +5771,14 @@ const CodeTable = {
{ label: "国结系统融资过渡帐", value: "BF" }
],
setfelRol: [
{ label: "ISS Issuing Bank", value: "APL" }
{ label: "OWN Ourselves", value: "OWN" },
{ label: "ISS issuing Bank", value: "ISS" },
{ label: "APL Applicat", value: "APL" }
],
ptydbt: [
{ label: "OWN Ourselves", value: "OWN" },
{ label: "ISS issuing Bank", value: "ISS" }
{ label: "ISS issuing Bank", value: "ISS" },
{ label: "APL Applicat", value: "APL" }
],
Payee: [
{ label: "OWN Ourselves", value: "OWN" },
......
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