This commit is contained in:
zyx.net
2022-11-21 17:34:59 +08:00
parent d8a7922e6f
commit 4bb5d40ffb
@@ -3073,6 +3073,11 @@ export default {
// }
// this.isSubmit = false
// })
if(!this.tableData.standardData[0]){
this.$message.warning('请先选择企标计划')
this.isSubmit = false
return
}
this.$http.get("lawss/activiti/acceptTack", {
nowEsId: this.tableData.standardData[0].id,
oaFlag:'0',
@@ -3082,6 +3087,7 @@ export default {
}, res => {
// if (res.sign && res.sign === '0') {
this.$message.success('接收成功')
this.isSubmit = false
// this.$router.push('/processCenter')
// }
})