Explorar el Código

研究生SOP列表里的人员调配弹框的bug修复

刘洋 hace 10 meses
padre
commit
fa20a47417
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/sop/sop-manage/student-sop/index.vue

+ 1 - 0
src/views/sop/sop-manage/student-sop/index.vue

@@ -235,6 +235,7 @@
       v-model:visible="showAllocationDialog"
       :curRow="curSopData"
       @success="search"
+      :fromSop="true"
     ></AllocationDialog>
   </div>
 </template>