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/3f65f54661235f97c3bf1c347745a19d040622fc?style=split&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
15 changed files with
27 additions and
12 deletions
@ -323,6 +323,7 @@ export default {
confirmButtonText : '确定' ,
confirmButtonText : '确定' ,
cancelButtonText : '取消' ,
cancelButtonText : '取消' ,
inputType : 'textarea' ,
inputType : 'textarea' ,
customClass : 'custom-prompt'
} ) . then ( ( { value } ) => {
} ) . then ( ( { value } ) => {
applyBack ( this . applyId , value ) . then ( res => {
applyBack ( this . applyId , value ) . then ( res => {
if ( res . code === 200 ) {
if ( res . code === 200 ) {
@ -352,6 +353,13 @@ export default {
}
}
} ;
} ;
< / script >
< / script >
< style lang = "scss" >
. custom - prompt {
. el - textarea _ _inner {
min - height : 120 px ! important ;
}
}
< / style >
< style scoped lang = "scss" >
< style scoped lang = "scss" >
: : v - deep . el - dialog -- center . el - dialog _ _body {
: : v - deep . el - dialog -- center . el - dialog _ _body {
padding - bottom : 0 ;
padding - bottom : 0 ;
@ -360,7 +368,6 @@ export default {
: : v - deep . el - dialog _ _footer {
: : v - deep . el - dialog _ _footer {
padding : 0 ;
padding : 0 ;
}
}
. fullscreen - dialog {
. fullscreen - dialog {
. el - dialog _ _wrapper {
. el - dialog _ _wrapper {
position : fixed ;
position : fixed ;
@ -371,7 +378,6 @@ export default {
z - index : 1000 ;
z - index : 1000 ;
background - color : rgba ( 0 , 0 , 0 , 0.5 ) ; /* 遮罩层透明度 */
background - color : rgba ( 0 , 0 , 0 , 0.5 ) ; /* 遮罩层透明度 */
}
}
. el - dialog {
. el - dialog {
width : 100 % ;
width : 100 % ;
height : 100 % ;
height : 100 % ;
@ -404,7 +404,7 @@ export default {
checkUploadFile ( this . applyId , this . applyParam . applyType ) . then ( ( res ) => {
checkUploadFile ( this . applyId , this . applyParam . applyType ) . then ( ( res ) => {
if ( res . code === 200 ) {
if ( res . code === 200 ) {
updateApply ( this . form ) . then ( response => {
updateApply ( this . form ) . then ( response => {
this . $modal . msgSuccess ( " 保存 成功") ;
this . $modal . msgSuccess ( " 提交 成功") ;
this . open = false ;
this . open = false ;
this . editOpen = false
this . editOpen = false
this . getList ( ) ;
this . getList ( ) ;
@ -375,7 +375,7 @@ export default {
this . $refs [ "form" ] . validate ( valid => {
this . $refs [ "form" ] . validate ( valid => {
if ( valid ) {
if ( valid ) {
scoreSave ( saveParams ) . then ( response => {
scoreSave ( saveParams ) . then ( response => {
this . $modal . msgSuccess ( " 保存 成功") ;
this . $modal . msgSuccess ( " 提交 成功") ;
this . editOpen = false
this . editOpen = false
this . getList ( ) ;
this . getList ( ) ;
} ) ;
} ) ;
@ -394,6 +394,7 @@ export default {
confirmButtonText : '确定' ,
confirmButtonText : '确定' ,
cancelButtonText : '取消' ,
cancelButtonText : '取消' ,
inputType : 'textarea' ,
inputType : 'textarea' ,
customClass : 'custom-prompt'
} ) . then ( ( { value } ) => {
} ) . then ( ( { value } ) => {
applyBack ( this . applyId , value ) . then ( res => {
applyBack ( this . applyId , value ) . then ( res => {
if ( res . code === 200 ) {
if ( res . code === 200 ) {
@ -322,6 +322,7 @@ export default {
confirmButtonText : '确定' ,
confirmButtonText : '确定' ,
cancelButtonText : '取消' ,
cancelButtonText : '取消' ,
inputType : 'textarea' ,
inputType : 'textarea' ,
customClass : 'custom-prompt'
} ) . then ( ( { value } ) => {
} ) . then ( ( { value } ) => {
applyBack ( this . applyId , value ) . then ( res => {
applyBack ( this . applyId , value ) . then ( res => {
if ( res . code === 200 ) {
if ( res . code === 200 ) {
@ -404,7 +404,7 @@ export default {
checkUploadFile ( this . applyId , this . applyParam . applyType ) . then ( ( res ) => {
checkUploadFile ( this . applyId , this . applyParam . applyType ) . then ( ( res ) => {
if ( res . code === 200 ) {
if ( res . code === 200 ) {
updateApply ( this . form ) . then ( response => {
updateApply ( this . form ) . then ( response => {
this . $modal . msgSuccess ( " 保存 成功") ;
this . $modal . msgSuccess ( " 提交 成功") ;
this . open = false ;
this . open = false ;
this . editOpen = false
this . editOpen = false
this . getList ( ) ;
this . getList ( ) ;
@ -375,7 +375,7 @@ export default {
this . $refs [ "form" ] . validate ( valid => {
this . $refs [ "form" ] . validate ( valid => {
if ( valid ) {
if ( valid ) {
scoreSave ( saveParams ) . then ( response => {
scoreSave ( saveParams ) . then ( response => {
this . $modal . msgSuccess ( " 保存 成功") ;
this . $modal . msgSuccess ( " 提交 成功") ;
this . editOpen = false
this . editOpen = false
this . getList ( ) ;
this . getList ( ) ;
} ) ;
} ) ;
@ -394,6 +394,7 @@ export default {
confirmButtonText : '确定' ,
confirmButtonText : '确定' ,
cancelButtonText : '取消' ,
cancelButtonText : '取消' ,
inputType : 'textarea' ,
inputType : 'textarea' ,
customClass : 'custom-prompt'
} ) . then ( ( { value } ) => {
} ) . then ( ( { value } ) => {
applyBack ( this . applyId , value ) . then ( res => {
applyBack ( this . applyId , value ) . then ( res => {
if ( res . code === 200 ) {
if ( res . code === 200 ) {
@ -318,6 +318,7 @@ export default {
confirmButtonText : '确定' ,
confirmButtonText : '确定' ,
cancelButtonText : '取消' ,
cancelButtonText : '取消' ,
inputType : 'textarea' ,
inputType : 'textarea' ,
customClass : 'custom-prompt'
} ) . then ( ( { value } ) => {
} ) . then ( ( { value } ) => {
applyBack ( this . applyId , value ) . then ( res => {
applyBack ( this . applyId , value ) . then ( res => {
if ( res . code === 200 ) {
if ( res . code === 200 ) {
@ -397,7 +397,7 @@ export default {
checkUploadFile ( this . applyId , this . applyParam . applyType ) . then ( ( res ) => {
checkUploadFile ( this . applyId , this . applyParam . applyType ) . then ( ( res ) => {
if ( res . code === 200 ) {
if ( res . code === 200 ) {
updateApply ( this . form ) . then ( response => {
updateApply ( this . form ) . then ( response => {
this . $modal . msgSuccess ( " 保存 成功") ;
this . $modal . msgSuccess ( " 提交 成功") ;
this . open = false ;
this . open = false ;
this . editOpen = false
this . editOpen = false
this . getList ( ) ;
this . getList ( ) ;
@ -372,7 +372,7 @@ export default {
this . $refs [ "form" ] . validate ( valid => {
this . $refs [ "form" ] . validate ( valid => {
if ( valid ) {
if ( valid ) {
scoreSave ( saveParams ) . then ( response => {
scoreSave ( saveParams ) . then ( response => {
this . $modal . msgSuccess ( " 保存 成功") ;
this . $modal . msgSuccess ( " 提交 成功") ;
this . editOpen = false
this . editOpen = false
this . getList ( ) ;
this . getList ( ) ;
} ) ;
} ) ;
@ -391,6 +391,7 @@ export default {
confirmButtonText : '确定' ,
confirmButtonText : '确定' ,
cancelButtonText : '取消' ,
cancelButtonText : '取消' ,
inputType : 'textarea' ,
inputType : 'textarea' ,
customClass : 'custom-prompt'
} ) . then ( ( { value } ) => {
} ) . then ( ( { value } ) => {
applyBack ( this . applyId , value ) . then ( res => {
applyBack ( this . applyId , value ) . then ( res => {
if ( res . code === 200 ) {
if ( res . code === 200 ) {
@ -323,6 +323,7 @@ export default {
confirmButtonText : '确定' ,
confirmButtonText : '确定' ,
cancelButtonText : '取消' ,
cancelButtonText : '取消' ,
inputType : 'textarea' ,
inputType : 'textarea' ,
customClass : 'custom-prompt'
} ) . then ( ( { value } ) => {
} ) . then ( ( { value } ) => {
applyBack ( this . applyId , value ) . then ( res => {
applyBack ( this . applyId , value ) . then ( res => {
if ( res . code === 200 ) {
if ( res . code === 200 ) {
@ -404,7 +404,7 @@ export default {
checkUploadFile ( this . applyId , this . applyParam . applyType ) . then ( ( res ) => {
checkUploadFile ( this . applyId , this . applyParam . applyType ) . then ( ( res ) => {
if ( res . code === 200 ) {
if ( res . code === 200 ) {
updateApply ( this . form ) . then ( response => {
updateApply ( this . form ) . then ( response => {
this . $modal . msgSuccess ( " 保存 成功") ;
this . $modal . msgSuccess ( " 提交 成功") ;
this . open = false ;
this . open = false ;
this . editOpen = false
this . editOpen = false
this . getList ( ) ;
this . getList ( ) ;
@ -375,7 +375,7 @@ export default {
this . $refs [ "form" ] . validate ( valid => {
this . $refs [ "form" ] . validate ( valid => {
if ( valid ) {
if ( valid ) {
scoreSave ( saveParams ) . then ( response => {
scoreSave ( saveParams ) . then ( response => {
this . $modal . msgSuccess ( " 保存 成功") ;
this . $modal . msgSuccess ( " 提交 成功") ;
this . editOpen = false
this . editOpen = false
this . getList ( ) ;
this . getList ( ) ;
} ) ;
} ) ;
@ -394,6 +394,7 @@ export default {
confirmButtonText : '确定' ,
confirmButtonText : '确定' ,
cancelButtonText : '取消' ,
cancelButtonText : '取消' ,
inputType : 'textarea' ,
inputType : 'textarea' ,
customClass : 'custom-prompt'
} ) . then ( ( { value } ) => {
} ) . then ( ( { value } ) => {
applyBack ( this . applyId , value ) . then ( res => {
applyBack ( this . applyId , value ) . then ( res => {
if ( res . code === 200 ) {
if ( res . code === 200 ) {
@ -323,6 +323,7 @@ export default {
confirmButtonText : '确定' ,
confirmButtonText : '确定' ,
cancelButtonText : '取消' ,
cancelButtonText : '取消' ,
inputType : 'textarea' ,
inputType : 'textarea' ,
customClass : 'custom-prompt'
} ) . then ( ( { value } ) => {
} ) . then ( ( { value } ) => {
applyBack ( this . applyId , value ) . then ( res => {
applyBack ( this . applyId , value ) . then ( res => {
if ( res . code === 200 ) {
if ( res . code === 200 ) {
@ -404,7 +404,7 @@ export default {
checkUploadFile ( this . applyId , this . applyParam . applyType ) . then ( ( res ) => {
checkUploadFile ( this . applyId , this . applyParam . applyType ) . then ( ( res ) => {
if ( res . code === 200 ) {
if ( res . code === 200 ) {
updateApply ( this . form ) . then ( response => {
updateApply ( this . form ) . then ( response => {
this . $modal . msgSuccess ( " 保存 成功") ;
this . $modal . msgSuccess ( " 提交 成功") ;
this . open = false ;
this . open = false ;
this . editOpen = false
this . editOpen = false
this . getList ( ) ;
this . getList ( ) ;
@ -375,7 +375,7 @@ export default {
this . $refs [ "form" ] . validate ( valid => {
this . $refs [ "form" ] . validate ( valid => {
if ( valid ) {
if ( valid ) {
scoreSave ( saveParams ) . then ( response => {
scoreSave ( saveParams ) . then ( response => {
this . $modal . msgSuccess ( " 保存 成功") ;
this . $modal . msgSuccess ( " 提交 成功") ;
this . editOpen = false
this . editOpen = false
this . getList ( ) ;
this . getList ( ) ;
} ) ;
} ) ;
@ -394,6 +394,7 @@ export default {
confirmButtonText : '确定' ,
confirmButtonText : '确定' ,
cancelButtonText : '取消' ,
cancelButtonText : '取消' ,
inputType : 'textarea' ,
inputType : 'textarea' ,
customClass : 'custom-prompt'
} ) . then ( ( { value } ) => {
} ) . then ( ( { value } ) => {
applyBack ( this . applyId , value ) . then ( res => {
applyBack ( this . applyId , value ) . then ( res => {
if ( res . code === 200 ) {
if ( res . code === 200 ) {