Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/wangxy/hyp-front/commit/8bc3db61b0d5a590f97cb1d65ec70c5e17d97f2c?style=unified&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
4 changed files with
8 additions and
9 deletions
@ -142,7 +142,7 @@ export default {
pageSize : 10 ,
applyName : undefined ,
createBy : undefined ,
applyStatus : undefined ,
applyStatus : '1' ,
} ,
/ / 表 单 参 数
form : { } ,
@ -224,7 +224,7 @@ export default {
pageSize : 10 ,
applyName : undefined ,
createBy : undefined ,
applyStatus : undefined ,
applyStatus : '1' ,
applyType : this . applyParam . applyType
} ;
this . resetForm ( "queryForm" ) ;
@ -244,7 +244,6 @@ export default {
this . isShowButton = false
getDetail ( applyId ) . then ( response => {
this . form = response . data ;
console . log ( this . form )
this . editOpen = true ;
this . isReadOnly = true
this . isView = false
@ -137,7 +137,7 @@ export default {
pageSize : 10 ,
applyName : undefined ,
createBy : undefined ,
applyStatus : undefined ,
applyStatus : '1' ,
} ,
/ / 表 单 参 数
form : { } ,
@ -219,7 +219,7 @@ export default {
pageSize : 10 ,
applyName : undefined ,
createBy : undefined ,
applyStatus : undefined ,
applyStatus : '1' ,
applyType : this . applyParam . applyType
} ;
this . resetForm ( "queryForm" ) ;
@ -142,7 +142,7 @@ export default {
pageSize : 10 ,
applyName : undefined ,
createBy : undefined ,
applyStatus : undefined ,
applyStatus : '1' ,
} ,
/ / 表 单 参 数
form : { } ,
@ -224,7 +224,7 @@ export default {
pageSize : 10 ,
applyName : undefined ,
createBy : undefined ,
applyStatus : undefined ,
applyStatus : '1' ,
applyType : this . applyParam . applyType
} ;
this . resetForm ( "queryForm" ) ;
@ -142,7 +142,7 @@ export default {
pageSize : 10 ,
applyName : undefined ,
createBy : undefined ,
applyStatus : undefined ,
applyStatus : '1' ,
} ,
/ / 表 单 参 数
form : { } ,
@ -224,7 +224,7 @@ export default {
pageSize : 10 ,
applyName : undefined ,
createBy : undefined ,
applyStatus : undefined ,
applyStatus : '1' ,
applyType : this . applyParam . applyType
} ;
this . resetForm ( "queryForm" ) ;