|
@@ -472,7 +472,7 @@ export default {
|
|
this.createProjectByFormSuccessConfirm()
|
|
this.createProjectByFormSuccessConfirm()
|
|
console.log(res)
|
|
console.log(res)
|
|
}).catch(error => {
|
|
}).catch(error => {
|
|
- notify('error', error.data.msg)
|
|
|
|
|
|
+ notify('error', error.data)
|
|
})
|
|
})
|
|
},
|
|
},
|
|
// cancelModify () {
|
|
// cancelModify () {
|
|
@@ -526,7 +526,7 @@ export default {
|
|
console.log(res.data)
|
|
console.log(res.data)
|
|
notify('success', '上传成功')
|
|
notify('success', '上传成功')
|
|
}).catch(error => {
|
|
}).catch(error => {
|
|
- notify('error', error.data.msg)
|
|
|
|
|
|
+ notify('error', error.data)
|
|
})
|
|
})
|
|
},
|
|
},
|
|
uploadApkFile (param) {
|
|
uploadApkFile (param) {
|
|
@@ -542,7 +542,7 @@ export default {
|
|
console.log(res)
|
|
console.log(res)
|
|
notify('success', '上传成功')
|
|
notify('success', '上传成功')
|
|
}).catch(error => {
|
|
}).catch(error => {
|
|
- notify('error', error.data.msg)
|
|
|
|
|
|
+ notify('error', error.data)
|
|
})
|
|
})
|
|
},
|
|
},
|
|
handleDialogClose (done) {
|
|
handleDialogClose (done) {
|