【新增】增加报告上传流程

This commit is contained in:
zhoulingpo
2023-05-05 09:30:28 +08:00
parent cd4ee9f5ba
commit 75280806fc
8 changed files with 1078 additions and 3 deletions
+6 -1
View File
@@ -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:''
}]
}
})
},