Commit 26287587 by fukai

更新码表文件

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