更名待办判断
This commit is contained in:
@@ -553,8 +553,8 @@ export default {
|
|||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.addLog(this.qbfsForm)
|
this.addLog(this.qbfsForm)
|
||||||
this.$message.success(res.message)
|
this.$message.success(res.message)
|
||||||
if(this.type === '4'){
|
if(this.type === '4' && data.isNot === '1'){
|
||||||
this.batchToDoTasks(data).then((result)=>{
|
this.batchToDoTasks(data.ids).then((result)=>{
|
||||||
if(result.success){
|
if(result.success){
|
||||||
console.log(result)
|
console.log(result)
|
||||||
this.$router.push('/processCenter')
|
this.$router.push('/processCenter')
|
||||||
|
|||||||
Reference in New Issue
Block a user