src/views/flowmgr/taskassign.vue
@@ -22,7 +22,8 @@ }, 'attachForm.processNo': function (val) { if(val && this.attachForm.drawingNo) { this.attachForm.title = `${val}-${this.attachForm.processNo}-数控程序编制`; //this.attachForm.title = `${val}-${this.attachForm.processNo}-数控程序编制`; this.attachForm.title = `${this.attachForm.drawingNo}-${val}-数控程序编制`; } }, },