parent
8ab9f8444e
commit
bf028cab58
|
@ -483,7 +483,6 @@ export default {
|
||||||
this.isShowNum = true;
|
this.isShowNum = true;
|
||||||
}
|
}
|
||||||
this.request.id = response.data.id;
|
this.request.id = response.data.id;
|
||||||
this.request.disabled = true;
|
|
||||||
this.request.root = true;
|
this.request.root = true;
|
||||||
this.request.projectId = response.data.projectId;
|
this.request.projectId = response.data.projectId;
|
||||||
let req = JSON.parse(response.data.request);
|
let req = JSON.parse(response.data.request);
|
||||||
|
@ -493,8 +492,6 @@ export default {
|
||||||
}
|
}
|
||||||
this.reload();
|
this.reload();
|
||||||
this.sort();
|
this.sort();
|
||||||
} else {
|
|
||||||
this.request.referenced = "Deleted";
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
@ -526,7 +523,6 @@ export default {
|
||||||
this.isShowNum = true;
|
this.isShowNum = true;
|
||||||
}
|
}
|
||||||
this.request.id = response.data.id;
|
this.request.id = response.data.id;
|
||||||
this.request.disabled = true;
|
|
||||||
this.request.root = true;
|
this.request.root = true;
|
||||||
this.request.projectId = response.data.projectId;
|
this.request.projectId = response.data.projectId;
|
||||||
let req = JSON.parse(response.data.request);
|
let req = JSON.parse(response.data.request);
|
||||||
|
@ -536,8 +532,6 @@ export default {
|
||||||
}
|
}
|
||||||
this.reload();
|
this.reload();
|
||||||
this.sort();
|
this.sort();
|
||||||
} else {
|
|
||||||
this.request.referenced = "Deleted";
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue