fix : 修复新增征集/需求上报时缓存和注释log
This commit is contained in:
@@ -184,7 +184,6 @@ const stepChange = (data) => {
|
||||
getAllInfo(data.active)
|
||||
}
|
||||
const getBasicData=(data)=>{
|
||||
console.info("🚀 ~method:data -----", data)
|
||||
basicData.value=data
|
||||
}
|
||||
</script>
|
||||
|
||||
@@ -460,7 +460,7 @@ const compositeParam = (item) => {
|
||||
}
|
||||
}
|
||||
const getFile = (val) => {
|
||||
console.log('上传文件', val)
|
||||
// console.log('上传文件', val)
|
||||
showTable.value = false
|
||||
let fileObj = compositeParam(val)
|
||||
fileList.value.push(fileObj)
|
||||
|
||||
Reference in New Issue
Block a user