guoyujia 2 ヶ月 前
コミット
5c2332ee3b

+ 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