|
@@ -442,7 +442,7 @@ export default {
|
|
params.append('description', this.addForm.description)
|
|
params.append('description', this.addForm.description)
|
|
applyInsertApi(params).then(res => {
|
|
applyInsertApi(params).then(res => {
|
|
this.addFormVisible = false
|
|
this.addFormVisible = false
|
|
- if (res.data.code !== 10000) {
|
|
|
|
|
|
+ if (res.code !== 10000) {
|
|
this.$message.error(res.data.message)
|
|
this.$message.error(res.data.message)
|
|
return
|
|
return
|
|
}
|
|
}
|
|
@@ -450,6 +450,7 @@ export default {
|
|
message: '申请成功',
|
|
message: '申请成功',
|
|
type: 'success'
|
|
type: 'success'
|
|
})
|
|
})
|
|
|
|
+ this.applist()
|
|
})
|
|
})
|
|
},
|
|
},
|
|
// 申请开发
|
|
// 申请开发
|