diff --git a/pc4mobx/hrmSalary/pages/custom-pages/lingyue/historyVouncherSummary/index.js b/pc4mobx/hrmSalary/pages/custom-pages/lingyue/historyVouncherSummary/index.js index 5f334360..1b70f6c2 100644 --- a/pc4mobx/hrmSalary/pages/custom-pages/lingyue/historyVouncherSummary/index.js +++ b/pc4mobx/hrmSalary/pages/custom-pages/lingyue/historyVouncherSummary/index.js @@ -9,8 +9,8 @@ */ import React, { Component } from "react"; import { inject, observer } from "mobx-react"; -import { Modal, WeaDatePicker, WeaFormItem, WeaInputSearch, WeaLocaleProvider, WeaTable, WeaTop } from "ecCom"; -import { message } from "antd"; +import { WeaDatePicker, WeaFormItem, WeaInputSearch, WeaLocaleProvider, WeaTable, WeaTop } from "ecCom"; +import { message, Modal } from "antd"; import HistoryVouncherDetail from "./historyVouncherDetail"; import * as API from "../../../../apis/custom-apis/lingyue"; import { deleteHistoryVoucher } from "../../../../apis/custom-apis/lingyue";