Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhouqian
vue-gjjs
Commits
7bd3f106
Commit
7bd3f106
authored
Jan 15, 2022
by
吴佳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2022.01.15 wujia =换成==
parent
a2711571
Hide whitespace changes
Inline
Side-by-side
Showing
27 changed files
with
43 additions
and
43 deletions
+43
-43
commonProcess.js
src/mixin/commonProcess.js
+2
-2
Event.js
src/model/Trnrel/Event.js
+2
-2
Utlp.vue
src/views/Business/Bdtdcr/Utlp.vue
+1
-1
Utlp.vue
src/views/Business/Bdtset/Utlp.vue
+2
-2
Payp.vue
src/views/Business/Bdtudp/Payp.vue
+1
-1
Addbcb.vue
src/views/Business/Ditame/Addbcb.vue
+1
-3
Detp copy.vue
src/views/Business/Ditame/Detp copy.vue
+1
-1
Detp.vue
src/views/Business/Ditame/Detp.vue
+3
-3
Detp1.vue
src/views/Business/Ditame/Detp1.vue
+1
-1
Ovwp copy.vue
src/views/Business/Ditame/Ovwp copy.vue
+1
-1
Ovwp.vue
src/views/Business/Ditame/Ovwp.vue
+1
-1
Litdckp.vue
src/views/Business/Ditdck/Litdckp.vue
+5
-5
Detp.vue
src/views/Business/Ditdla/Detp.vue
+1
-1
Ovwp.vue
src/views/Business/Ditdla/Ovwp.vue
+1
-1
Detp.vue
src/views/Business/Ditopn/Detp.vue
+1
-1
Ovwp.vue
src/views/Business/Ditopn/Ovwp.vue
+1
-1
BusNavbar.vue
src/views/Business/Infbdd/BusNavbar.vue
+1
-1
Infsea.vue
src/views/Business/Infbdd/Infsea.vue
+1
-1
BusNavbar.vue
src/views/Business/Infdid/BusNavbar.vue
+1
-1
Ovwp.vue
src/views/Business/Infdid/Ovwp.vue
+4
-4
Ptap.vue
src/views/Business/Infdid/Ptap.vue
+2
-0
BusNavbar.vue
src/views/Business/Infled/BusNavbar.vue
+2
-2
BusNavbar.vue
src/views/Business/Inflid/BusNavbar.vue
+2
-2
BusNavbar.vue
src/views/Business/Inftrd/BusNavbar.vue
+2
-2
Sel.vue
src/views/Business/Letsel/Sel.vue
+1
-1
SelMune.vue
src/views/Business/Letsel/SelMune.vue
+1
-1
Limitbody.vue
src/views/Public/Limitbody.vue
+1
-1
No files found.
src/mixin/commonProcess.js
View file @
7bd3f106
...
...
@@ -175,7 +175,7 @@ export default {
*/
showGridPromptDialog
(
rulePath
,
columns
,
shadow
,
modelUrl
,
isCover
=
"T"
,
Dialog
=
'etyDialog'
)
{
this
.
executeRule
(
rulePath
).
then
((
res
)
=>
{
if
(
res
.
respCode
=
SUCCESS
)
{
if
(
res
.
respCode
=
=
SUCCESS
)
{
if
(
res
.
data
.
params
)
{
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
}
else
{
...
...
@@ -204,7 +204,7 @@ export default {
obj
[
props
]
=
val
;
Utils
.
copyValueFromVO
(
this
.
model
,
obj
);
this
.
executeRule
(
rulePath
).
then
((
res
)
=>
{
if
(
res
.
respCode
=
SUCCESS
)
{
if
(
res
.
respCode
=
=
SUCCESS
)
{
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
}
});
...
...
src/model/Trnrel/Event.js
View file @
7bd3f106
...
...
@@ -105,7 +105,7 @@ export default {
const
selDst
=
"trncorco.trnstm"
//列表对应后台模型中的stream
let
params
=
{
selDst
,
selIds
};
this
.
executeRule
(
"dsp,reldsp"
,
params
).
then
((
res
)
=>
{
if
((
res
.
respCode
=
SUCCESS
))
{
if
((
res
.
respCode
=
=
SUCCESS
))
{
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
sessionStorage
.
setItem
(
'InftrnpsDetail'
,
JSON
.
stringify
(
this
.
model
));
// this.$router.push({ path: "business/inftrnpsDetail", query: { idx: idx}});
...
...
@@ -120,7 +120,7 @@ export default {
const
selDst
=
"trncorco.trnstm"
//列表对应后台模型中的stream
let
params
=
{
selDst
,
selIds
};
this
.
executeRule
(
"dsp,reldsp"
,
params
).
then
((
res
)
=>
{
if
((
res
.
respCode
=
SUCCESS
))
{
if
((
res
.
respCode
=
=
SUCCESS
))
{
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
sessionStorage
.
setItem
(
'InftrnpsDetail'
,
JSON
.
stringify
(
this
.
model
));
// this.$router.push({ path: "business/inftrnpsDetail", query: { idx: idx}});
...
...
src/views/Business/Bdtdcr/Utlp.vue
View file @
7bd3f106
...
...
@@ -492,7 +492,7 @@ export default {
...
Event
,
opn1CurEvent
()
{
this
.
executeDefault
(
"didgrp.cbs.opn1.cur"
).
then
((
res
)
=>
{
if
((
res
.
respCode
=
SUCCESS
))
{
if
((
res
.
respCode
=
=
SUCCESS
))
{
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
}
});
...
...
src/views/Business/Bdtset/Utlp.vue
View file @
7bd3f106
...
...
@@ -745,14 +745,14 @@ export default {
methods
:
{
...
Event
,
docprbrolChange
(){
this
.
executeRule
(
"bddgrp.rec.docprbrol"
).
then
((
res
)
=>
{
if
((
res
.
respCode
=
SUCCESS
))
{
if
((
res
.
respCode
=
=
SUCCESS
))
{
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
}
});
},
commonExecuteRule
(
ruleName
){
this
.
executeRule
(
ruleName
).
then
((
res
)
=>
{
if
((
res
.
respCode
=
SUCCESS
))
{
if
((
res
.
respCode
=
=
SUCCESS
))
{
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
}
});
...
...
src/views/Business/Bdtudp/Payp.vue
View file @
7bd3f106
...
...
@@ -291,7 +291,7 @@ export default {
...
Event
,
nom1CurEvent
()
{
this
.
executeDefault
(
"didgrp.cbs.opn1.cur"
).
then
((
res
)
=>
{
if
((
res
.
respCode
=
SUCCESS
))
{
if
((
res
.
respCode
=
=
SUCCESS
))
{
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
}
});
...
...
src/views/Business/Ditame/Addbcb.vue
View file @
7bd3f106
...
...
@@ -13,10 +13,9 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"特殊规定"
prop=
"litameadv"
>
<c-col
:span=
"8"
>
<c-select
v-model=
"model.litameadv"
style=
"width:
1
50%"
style=
"width: 50%"
placeholder=
"请选择特殊规定"
>
<el-option
...
...
@@ -27,7 +26,6 @@
>
</el-option>
</c-select>
</c-col>
</el-form-item>
</c-col>
...
...
src/views/Business/Ditame/Detp copy.vue
View file @
7bd3f106
...
...
@@ -160,7 +160,7 @@ export default {
recTenmaxdayEvent
(){
this
.
executeDefault
(
"didgrp.rec.tenmaxday"
).
then
(
(
res
)
=>
{
if
(
res
.
respCode
=
SUCCESS
){
if
(
res
.
respCode
=
=
SUCCESS
){
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
}
}
...
...
src/views/Business/Ditame/Detp.vue
View file @
7bd3f106
...
...
@@ -157,13 +157,13 @@ export default {
methods
:{...
Event
,
async
onDefdetButtxmsel
(){
let
rtnmsg
=
await
this
.
executeRule
(
"txmmod.buttxmsel"
);
//BUTTXMSEL
if
(
rtnmsg
.
respCode
=
SUCCESS
){
if
(
rtnmsg
.
respCode
=
=
SUCCESS
){
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
}
},
async
onPreperButtxmsel
(){
let
rtnmsg
=
await
this
.
executeRule
(
"txmmod.buttxmsel"
);
//BUTTXMSEL
if
(
rtnmsg
.
respCode
=
SUCCESS
){
if
(
rtnmsg
.
respCode
=
=
SUCCESS
){
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
}
},
...
...
@@ -189,7 +189,7 @@ export default {
recTenmaxdayEvent
(){
this
.
executeDefault
(
"didgrp.rec.tenmaxday"
).
then
(
(
res
)
=>
{
if
(
res
.
respCode
=
SUCCESS
){
if
(
res
.
respCode
=
=
SUCCESS
){
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
}
}
...
...
src/views/Business/Ditame/Detp1.vue
View file @
7bd3f106
...
...
@@ -451,7 +451,7 @@ export default {
...
Event
,
async
chooseBank
(){
let
rtnmsg
=
await
this
.
executeRule
(
"didgrp.rec.avbwth"
);
//DIDGRP\REC\AVBWTH
if
(
rtnmsg
.
respCode
=
SUCCESS
){
if
(
rtnmsg
.
respCode
=
=
SUCCESS
){
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
}
},
...
...
src/views/Business/Ditame/Ovwp copy.vue
View file @
7bd3f106
...
...
@@ -740,7 +740,7 @@ export default {
nom1CurEvent
(){
this
.
executeDefault
(
"didgrp.cbs.nom1.cur"
).
then
(
(
res
)
=>
{
if
(
res
.
respCode
=
SUCCESS
){
if
(
res
.
respCode
=
=
SUCCESS
){
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
}
}
...
...
src/views/Business/Ditame/Ovwp.vue
View file @
7bd3f106
...
...
@@ -826,7 +826,7 @@ export default {
},
nom1CurEvent
()
{
this
.
executeDefault
(
"didgrp.cbs.nom1.cur"
).
then
((
res
)
=>
{
if
((
res
.
respCode
=
SUCCESS
))
{
if
((
res
.
respCode
=
=
SUCCESS
))
{
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
}
});
...
...
src/views/Business/Ditdck/Litdckp.vue
View file @
7bd3f106
...
...
@@ -705,21 +705,21 @@ export default {
...
Event
,
didCurEvent
()
{
this
.
executeDefault
(
"didgrp.cbs.nom1.cur"
).
then
((
res
)
=>
{
if
((
res
.
respCode
=
SUCCESS
))
{
if
((
res
.
respCode
=
=
SUCCESS
))
{
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
}
});
},
bddCurEvent
()
{
this
.
executeDefault
(
"bddgrp.cbs.max.cur"
).
then
((
res
)
=>
{
if
((
res
.
respCode
=
SUCCESS
))
{
if
((
res
.
respCode
=
=
SUCCESS
))
{
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
}
});
},
docprbrolChange
(){
this
.
executeRule
(
"bddgrp.rec.docprbrol"
).
then
((
res
)
=>
{
if
((
res
.
respCode
=
SUCCESS
))
{
if
((
res
.
respCode
=
=
SUCCESS
))
{
debugger
;
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
}
...
...
@@ -727,7 +727,7 @@ export default {
},
ptsRefEvent
(){
this
.
executeRule
(
"trnmod.ptsmod.wrkptspta.pts.ref"
).
then
((
res
)
=>
{
if
((
res
.
respCode
=
SUCCESS
))
{
if
((
res
.
respCode
=
=
SUCCESS
))
{
debugger
;
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
}
...
...
@@ -735,7 +735,7 @@ export default {
},
ptsBanknoEvent
(){
this
.
executeRule
(
"bddgrp.skh.pts.bankno"
).
then
((
res
)
=>
{
if
((
res
.
respCode
=
SUCCESS
))
{
if
((
res
.
respCode
=
=
SUCCESS
))
{
debugger
;
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
}
...
...
src/views/Business/Ditdla/Detp.vue
View file @
7bd3f106
...
...
@@ -170,7 +170,7 @@ export default {
recTenmaxdayEvent
(){
this
.
executeDefault
(
"didgrp.rec.tenmaxday"
).
then
(
(
res
)
=>
{
if
(
res
.
respCode
=
SUCCESS
){
if
(
res
.
respCode
=
=
SUCCESS
){
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
}
}
...
...
src/views/Business/Ditdla/Ovwp.vue
View file @
7bd3f106
...
...
@@ -799,7 +799,7 @@ export default {
},
nom1CurEvent
()
{
this
.
executeDefault
(
"didgrp.cbs.nom1.cur"
).
then
((
res
)
=>
{
if
((
res
.
respCode
=
SUCCESS
))
{
if
((
res
.
respCode
=
=
SUCCESS
))
{
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
}
});
...
...
src/views/Business/Ditopn/Detp.vue
View file @
7bd3f106
...
...
@@ -183,7 +183,7 @@ export default {
recTenmaxdayEvent
(){
this
.
executeDefault
(
"didgrp.rec.tenmaxday"
).
then
(
(
res
)
=>
{
if
(
res
.
respCode
=
SUCCESS
){
if
(
res
.
respCode
=
=
SUCCESS
){
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
}
}
...
...
src/views/Business/Ditopn/Ovwp.vue
View file @
7bd3f106
...
...
@@ -779,7 +779,7 @@ export default {
},
nom1CurEvent
()
{
this
.
executeDefault
(
"didgrp.cbs.nom1.cur"
).
then
((
res
)
=>
{
if
((
res
.
respCode
=
SUCCESS
))
{
if
((
res
.
respCode
=
=
SUCCESS
))
{
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
}
});
...
...
src/views/Business/Infbdd/BusNavbar.vue
View file @
7bd3f106
...
...
@@ -33,7 +33,7 @@ export default {
this
.
model
.
cfgfil
.
subtrn1
=
code
let
rtnmsg
=
await
this
.
executeRule
(
"cfgfil.hotsub3"
)
console
.
log
(
"cfgfil.code:"
+
this
.
model
.
cfgfil
.
subtrn1
);
if
(
rtnmsg
.
respCode
=
SUCCESS
){
if
(
rtnmsg
.
respCode
=
=
SUCCESS
){
this
.
navcode
=
[]
this
.
$emit
(
"onChoose"
,
code
.
toLowerCase
());
}
else
{
...
...
src/views/Business/Infbdd/Infsea.vue
View file @
7bd3f106
...
...
@@ -396,7 +396,7 @@ export default {
this
.
dialogTableVisible
=
true
;
let
rtnmsg
=
await
this
.
executeDefault
(
"infcon.chksubcon"
);
if
((
rtnmsg
.
respCode
=
SUCCESS
))
{
if
((
rtnmsg
.
respCode
=
=
SUCCESS
))
{
this
.
trnData
.
data
=
rtnmsg
.
data
.
infcon_trnstm
.
rows
;
}
},
...
...
src/views/Business/Infdid/BusNavbar.vue
View file @
7bd3f106
...
...
@@ -33,7 +33,7 @@ export default {
this
.
model
.
cfgfil
.
subtrn1
=
code
let
rtnmsg
=
await
this
.
executeRule
(
"cfgfil.hotsub1"
)
console
.
log
(
"cfgfil.code:"
+
this
.
model
.
cfgfil
.
subtrn1
);
if
(
rtnmsg
.
respCode
=
SUCCESS
){
if
(
rtnmsg
.
respCode
=
=
SUCCESS
){
this
.
navcode
=
[]
this
.
$emit
(
"onChoose"
,
code
.
toLowerCase
());
}
else
{
...
...
src/views/Business/Infdid/Ovwp.vue
View file @
7bd3f106
...
...
@@ -144,15 +144,15 @@
<c-input
v-model=
"model.didgrp.rec.nomtop"
maxlength=
"9"
style=
"width: 4
0
%"
style=
"width: 4
8
%"
placeholder=
"请输入Amount Tolerance - Positive"
disabled
></c-input>
<label
style=
"display:inline-block;width:
10%
;text-align:center;"
>
-
</label>
<label
style=
"display:inline-block;width:
calc(3% - 4px)
;text-align:center;"
>
-
</label>
<c-input
v-model=
"model.didgrp.rec.nomton"
maxlength=
"9"
style=
"width: 4
0
%"
style=
"width: 4
8
%"
placeholder=
"请输入Amount Tolerance - Negative"
disabled
></c-input>
...
...
@@ -820,7 +820,7 @@ export default {
},
nom1CurEvent
()
{
this
.
executeDefault
(
"didgrp.cbs.nom1.cur"
).
then
((
res
)
=>
{
if
((
res
.
respCode
=
SUCCESS
))
{
if
((
res
.
respCode
=
=
SUCCESS
))
{
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
}
});
...
...
src/views/Business/Infdid/Ptap.vue
View file @
7bd3f106
...
...
@@ -40,6 +40,7 @@
size=
"small"
type=
"primary"
icon=
"el-icon-search"
disabled
@
click=
"onSeainf(`$
{argadr.grp}.${argadr.rol}.pts.extkey`)"
>
</c-button>
...
...
@@ -50,6 +51,7 @@
class=
"detailsButton"
size=
"small"
type=
"primary"
disabled
@
click=
"onAplpDet"
>
{{
$t
(
'buttons.details'
)
}}
...
...
src/views/Business/Infled/BusNavbar.vue
View file @
7bd3f106
...
...
@@ -33,7 +33,7 @@ export default {
this
.
model
.
cfgfil
.
subtrn1
=
code
let
rtnmsg
=
await
this
.
executeRule
(
"cfgfil.hotsub1"
)
console
.
log
(
"cfgfil.code:"
+
this
.
model
.
cfgfil
.
subtrn1
);
if
(
rtnmsg
.
respCode
=
SUCCESS
){
if
(
rtnmsg
.
respCode
=
=
SUCCESS
){
this
.
$emit
(
"onChoose"
,
code
.
toLowerCase
());
}
else
{
...
...
@@ -70,7 +70,7 @@ export default {
this
.
model
.
lidgrp
.
rec
.
ownref
=
this
.
ownref
console
.
log
(
"ownref:"
+
this
.
ownref
);
let
rtnmsg
=
await
this
.
executeRule
(
"lidgrp.rec.ownref"
)
if
(
rtnmsg
.
respCode
=
SUCCESS
){
if
(
rtnmsg
.
respCode
=
=
SUCCESS
){
//重置数组
this
.
navcode
.
length
=
0
this
.
model
.
cfgfil
.
btnstm
=
rtnmsg
.
data
.
cfgfil_btnstm
.
rows
...
...
src/views/Business/Inflid/BusNavbar.vue
View file @
7bd3f106
...
...
@@ -33,7 +33,7 @@ export default {
this
.
model
.
cfgfil
.
subtrn1
=
code
let
rtnmsg
=
await
this
.
executeRule
(
"cfgfil.hotsub1"
)
console
.
log
(
"cfgfil.code:"
+
this
.
model
.
cfgfil
.
subtrn1
);
if
(
rtnmsg
.
respCode
=
SUCCESS
){
if
(
rtnmsg
.
respCode
=
=
SUCCESS
){
this
.
$emit
(
"onChoose"
,
code
.
toLowerCase
());
}
else
{
...
...
@@ -70,7 +70,7 @@ export default {
this
.
model
.
lidgrp
.
rec
.
ownref
=
this
.
ownref
console
.
log
(
"ownref:"
+
this
.
ownref
);
let
rtnmsg
=
await
this
.
executeRule
(
"lidgrp.rec.ownref"
)
if
(
rtnmsg
.
respCode
=
SUCCESS
){
if
(
rtnmsg
.
respCode
=
=
SUCCESS
){
//重置数组
this
.
navcode
.
length
=
0
this
.
model
.
cfgfil
.
btnstm
=
rtnmsg
.
data
.
cfgfil_btnstm
.
rows
...
...
src/views/Business/Inftrd/BusNavbar.vue
View file @
7bd3f106
...
...
@@ -34,7 +34,7 @@ export default {
this
.
model
.
cfgfil
.
subtrn1
=
code
let
rtnmsg
=
await
this
.
executeRule
(
"cfgfil.hotsub1"
)
console
.
log
(
"cfgfil.code:"
+
this
.
model
.
cfgfil
.
subtrn1
);
if
(
rtnmsg
.
respCode
=
SUCCESS
){
if
(
rtnmsg
.
respCode
=
=
SUCCESS
){
this
.
$emit
(
"onChoose"
,
code
.
toLowerCase
());
}
else
{
...
...
@@ -70,7 +70,7 @@ export default {
//请求按钮数据
this
.
model
.
trdgrp
.
rec
.
ownref
=
this
.
ownref
let
rtnmsg
=
await
this
.
executeRule
(
"trdgrp.rec.ownref"
)
if
(
rtnmsg
.
respCode
=
SUCCESS
){
if
(
rtnmsg
.
respCode
=
=
SUCCESS
){
//重置数组
this
.
navcode
.
length
=
0
this
.
model
.
cfgfil
.
btnstm
=
rtnmsg
.
data
.
cfgfil_btnstm
.
rows
...
...
src/views/Business/Letsel/Sel.vue
View file @
7bd3f106
...
...
@@ -405,7 +405,7 @@ export default {
this
.
hotreg
=
"1"
;
}
let
rtnmsg
=
await
this
.
executeRule
(
`cfgfil.hotreg
${
this
.
hotreg
}
`
);
if
((
rtnmsg
.
respCode
=
SUCCESS
))
{
if
((
rtnmsg
.
respCode
=
=
SUCCESS
))
{
this
.
updateModel
(
rtnmsg
.
data
);
}
else
{
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
...
...
src/views/Business/Letsel/SelMune.vue
View file @
7bd3f106
...
...
@@ -41,7 +41,7 @@ export default {
async
onNarBtnClick
(
href
,
hotsubx
)
{
let
rtnmsg
=
await
this
.
executeRule
(
`cfgfil.hotsub
${
hotsubx
}
`
);
console
.
log
(
"cfgfil.code:"
+
this
.
model
.
cfgfil
[
`subtrn
${
hotsubx
}
`
]);
if
((
rtnmsg
.
respCode
=
SUCCESS
))
{
if
((
rtnmsg
.
respCode
=
=
SUCCESS
))
{
this
.
$router
.
history
.
push
(
href
);
}
else
{
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
...
...
src/views/Public/Limitbody.vue
View file @
7bd3f106
...
...
@@ -42,7 +42,7 @@
>
<c-input
v-model=
"model.liaall.limmod.limpts.wrk.pts.extkey"
:disabled=
"true"
disabled
maxlength=
"16"
placeholder=
"请输入External Key of Address"
style=
"width: 95%"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment