diff --git a/src/views/modules/changeManagement/changeRequest.vue b/src/views/modules/changeManagement/changeRequest.vue index 3316ed2..9fced06 100644 --- a/src/views/modules/changeManagement/changeRequest.vue +++ b/src/views/modules/changeManagement/changeRequest.vue @@ -1748,17 +1748,17 @@ choosePartNo (row) { this.tempPartRow = row - if (this.tempPartRow.newPartNo == null) { - this.tempPartRow.newPartNo = '' - } + // if (!this.tempPartRow.newPartNo) { + // this.tempPartRow.newPartNo = '' + // } this.getBaseList(133) }, chooseExecutor (row) { this.tempExecutorRow = row - if (this.tempExecutorRow.executor == null) { - this.tempExecutorRow.executor = '' - } + // if (this.tempExecutorRow.executor == null) { + // this.tempExecutorRow.executor = '' + // } this.getBaseList(103, 7) },