修改
This commit is contained in:
@@ -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')
|
||||
// }
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user