消息类型添加认证消息
This commit is contained in:
@@ -232,13 +232,13 @@
|
|||||||
this.loading = false
|
this.loading = false
|
||||||
if (value.flag == 0) {
|
if (value.flag == 0) {
|
||||||
if (this.queryProject.verifyDeliverableType) {
|
if (this.queryProject.verifyDeliverableType) {
|
||||||
this.startProcessDesign(this.queryBy, 2)
|
this.startProcessDesign(this.queryBy, 4)
|
||||||
}
|
}
|
||||||
if (this.queryProject.prehomoDeliverableType) {
|
if (this.queryProject.prehomoDeliverableType) {
|
||||||
this.startProcessDesign(this.queryBy, 3)
|
this.startProcessDesign(this.queryBy, 3)
|
||||||
}
|
}
|
||||||
if (this.queryProject.designDeliverableType) {
|
if (this.queryProject.designDeliverableType) {
|
||||||
this.startProcessDesign(this.queryBy, 4)
|
this.startProcessDesign(this.queryBy, 2)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
|
|||||||
Reference in New Issue
Block a user