diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/step13.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/step13.vue index d9b1e3739..b735769b7 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk-product/step13.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/step13.vue @@ -2693,7 +2693,9 @@ this.form.topId = this.pId this.form.prcNum = this.prcNum this.form.prcName = this.prcName - this.form.issueTime = this.dateFormatter() + if (this.form.standStatus !== '3') { + this.form.issueTime = this.dateFormatter() + } this.form['id'] = item.id this.form['SYCXCLASS'] = this.filterObj(this.form['SYCXCLASS']) this.form['NYLXCLASS'] = this.filterObj(this.form['NYLXCLASS'])