对接设计符合性确认

This commit is contained in:
qq787203167
2022-05-20 09:33:37 +08:00
parent 99e4b27ed9
commit fa30e6e95b
2 changed files with 83 additions and 1 deletions
@@ -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) {