Browse Source

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

刘洋 10 months ago
parent
commit
fa20a47417
1 changed files with 1 additions and 0 deletions
  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>