guoyujia 2 달 전
부모
커밋
5c2332ee3b
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/business/noCurrentReject/DialogRejectInfo.vue
  2. 1 0
      src/views/business/reviseBath/dayworkWasteDialog.vue

+ 1 - 0
src/views/business/noCurrentReject/DialogRejectInfo.vue

@@ -673,6 +673,7 @@ function selectFindProcess(value) {
 function getFindProcess(value) {
   console.log(value);
   detailInfo.value.findTechnologicalProcessId = null;
+  detailInfo.value.findProcessStepNumber = null;
   const foundProcess = deptList.value.find(
     (process) => process.value === value
   );

+ 1 - 0
src/views/business/reviseBath/dayworkWasteDialog.vue

@@ -199,6 +199,7 @@ const open = (row) => {
 //获得工序
 function getProcess() {
   form.value.technologicalProcessId = null
+  form.value.technologicalProcessDetailId = null
   getDayworkWasteProcessList({id:detailInfo.value.id,deptId:form.value.deptId}).then(response => {
     if(response.data && response.data.length > 0){
       tempList.value = response.data