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