|
@@ -94,8 +94,6 @@ export default {
|
|
|
const formData = new FormData()
|
|
|
formData.append('type', this.type)
|
|
|
formData.append('file', this.fileList[0])
|
|
|
- formData.append('useCompany', this.useCompany)
|
|
|
- formData.append('useProject', this.useProject)
|
|
|
importSbInfo(formData)
|
|
|
.then((res) => {
|
|
|
this.$message.success(res.data)
|