|
@@ -195,8 +195,8 @@
|
|
|
<modify-task-apply
|
|
|
v-if="checkPrivilege('link', 'edit') || checkPrivilege('link', 'preview')"
|
|
|
ref="ModifyTaskApply"
|
|
|
- :edit-type="editType"
|
|
|
- :instance="curExamTask"
|
|
|
+ :type="editType"
|
|
|
+ :row-data="curExamTask"
|
|
|
@modified="taskModified"
|
|
|
></modify-task-apply>
|
|
|
<!-- CreateExamAndPrintTask -->
|
|
@@ -214,8 +214,8 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-import ModifyTaskApply from "../components/ModifyTaskApply";
|
|
|
-import CreateExamAndPrintTask from "../components/createExamAndPrintTask/CreateExamAndPrintTask";
|
|
|
+import ModifyTaskApply from "../components/taskApply/ModifyTaskApply.vue";
|
|
|
+import CreateExamAndPrintTask from "../components/createExamAndPrintTask/CreateExamAndPrintTask.vue";
|
|
|
import PaperApproveTable from "../components/PaperApproveTable.vue";
|
|
|
import { AUDITING_STATUS } from "@/constants/enumerate";
|
|
|
import pickerOptions from "@/constants/datePickerOptions";
|