对接设计符合性确认
This commit is contained in:
@@ -274,7 +274,17 @@
|
||||
deliveryRequirements: val.deliveryRequirements
|
||||
}
|
||||
putAction(this.url.dreSubmit, query).then((res) => {
|
||||
|
||||
if (res.success) {
|
||||
this.loading = false
|
||||
this.$message.success(this.$t('OperationSuccessful'))
|
||||
this.$router.push({
|
||||
path: '/ProjectDetails',
|
||||
query: this.$route.query
|
||||
})
|
||||
}else{
|
||||
this.loading = false
|
||||
this.$message.warning(this.$t('operationFailed'))
|
||||
}
|
||||
})
|
||||
},
|
||||
completeTask(value) {
|
||||
|
||||
Reference in New Issue
Block a user