【新增】增加报告上传流程
This commit is contained in:
@@ -35,9 +35,14 @@ export default {
|
||||
//获取水印前缀
|
||||
loadMark(){
|
||||
this.$api.setting.getAllSetting().then(res=>{
|
||||
if(res.data){
|
||||
if(res.data.length>0){
|
||||
this.formData=res.data
|
||||
console.log(res.data.data,"res.data.data")
|
||||
}else{
|
||||
this.formData=[{
|
||||
configKey:'水印前缀',
|
||||
configValue:''
|
||||
}]
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user