修改
This commit is contained in:
@@ -3073,6 +3073,11 @@ export default {
|
|||||||
// }
|
// }
|
||||||
// this.isSubmit = false
|
// this.isSubmit = false
|
||||||
// })
|
// })
|
||||||
|
if(!this.tableData.standardData[0]){
|
||||||
|
this.$message.warning('请先选择企标计划')
|
||||||
|
this.isSubmit = false
|
||||||
|
return
|
||||||
|
}
|
||||||
this.$http.get("lawss/activiti/acceptTack", {
|
this.$http.get("lawss/activiti/acceptTack", {
|
||||||
nowEsId: this.tableData.standardData[0].id,
|
nowEsId: this.tableData.standardData[0].id,
|
||||||
oaFlag:'0',
|
oaFlag:'0',
|
||||||
@@ -3082,6 +3087,7 @@ export default {
|
|||||||
}, res => {
|
}, res => {
|
||||||
// if (res.sign && res.sign === '0') {
|
// if (res.sign && res.sign === '0') {
|
||||||
this.$message.success('接收成功')
|
this.$message.success('接收成功')
|
||||||
|
this.isSubmit = false
|
||||||
// this.$router.push('/processCenter')
|
// this.$router.push('/processCenter')
|
||||||
// }
|
// }
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user