fix: 审批历史loading
This commit is contained in:
@@ -152,9 +152,9 @@
|
||||
<div class="content" v-show="showPersonnel && active === '2'">
|
||||
<personnelInformation ref="personnelInformationRef"/>
|
||||
</div>
|
||||
<div class="content" v-show="showApprovalHistory && active === '3'"
|
||||
<div class="content" v-if="showApprovalHistory && active === '3'"
|
||||
style="padding-top: 20px">
|
||||
<approvalHistory/>
|
||||
<ApprovalHistory/>
|
||||
</div>
|
||||
<ProcessFooter :show-submit="showSubmit"
|
||||
:show-save="showSave"
|
||||
@@ -191,6 +191,7 @@
|
||||
import ProcessFooter from "../../components/ProcessFooter";
|
||||
import processFile from "../../components/processFile";
|
||||
import approvalHistory from "./components/approvalHistory";//审批历史
|
||||
import ApprovalHistory from "@/components/hzwlComponents/ApprovalHistory";
|
||||
import personnelInformation from "./components/personnelInformation";//人员信息
|
||||
import fetchList from "./components/fetchList";//未选择责任人时的列表
|
||||
import businessDivisionList from "./components/businessDivisionList";//责任人为事业部时的列表
|
||||
@@ -213,6 +214,7 @@
|
||||
ProcessFooter,
|
||||
processFile,
|
||||
approvalHistory,
|
||||
ApprovalHistory,
|
||||
personnelInformation,
|
||||
fetchList,
|
||||
businessDivisionList,
|
||||
|
||||
@@ -228,9 +228,9 @@
|
||||
<div class="content" v-show="showPersonnel && active === '2'">
|
||||
<personnelInformation ref="personnelInformationRef"/>
|
||||
</div>
|
||||
<div class="content" v-show="showApprovalHistory && active === '3'"
|
||||
<div class="content" v-if="showApprovalHistory && active === '3'"
|
||||
style="padding-top: 20px">
|
||||
<approvalHistory/>
|
||||
<ApprovalHistory/>
|
||||
</div>
|
||||
<ProcessFooter :show-submit="showSubmit"
|
||||
:show-save="showSave"
|
||||
@@ -268,6 +268,7 @@
|
||||
import ProcessTitle from "../../components/ProcessTitle";
|
||||
import ProcessFooter from "../../components/ProcessFooter";
|
||||
import approvalHistory from "./components/approvalHistory";//审批历史
|
||||
import ApprovalHistory from "@/components/hzwlComponents/ApprovalHistory";
|
||||
import personnelInformation from "./components/personnelInformation";//人员信息
|
||||
import solicitationList from "./components/solicitationList";//征求意见列表
|
||||
import policySolicitingOpinions from "./components/policySolicitingOpinions";
|
||||
@@ -289,6 +290,7 @@
|
||||
ProcessTitle,
|
||||
ProcessFooter,
|
||||
approvalHistory,
|
||||
ApprovalHistory,
|
||||
personnelInformation,
|
||||
solicitationList,
|
||||
policySolicitingOpinions,
|
||||
|
||||
Reference in New Issue
Block a user