dev01 3 年 前
コミット
f991b2d22f
共有2 個のファイルを変更した3 個の追加0 個の削除を含む
  1. 2 0
      js/component/manageCenter/customer/publicSummary/index.jsx
  2. 1 0
      js/component/manageCenter/financialManage/distribute/shouKuang.jsx

+ 2 - 0
js/component/manageCenter/customer/publicSummary/index.jsx

@@ -444,6 +444,7 @@ class PublicSummary extends Component {
       url: globalConfig.context + "/api/admin/customer/listAdminByName",
       data: {
         adminName: e,
+        status:"2",
       },
       success: function (data) {
         if (data.error && data.error.length === 0) {
@@ -465,6 +466,7 @@ class PublicSummary extends Component {
       url: globalConfig.context + "/api/admin/customer/listAdminByName",
       data: {
         adminName: e,
+        status:"2",
       },
       success: function (data) {
         if (data.error && data.error.length === 0) {

+ 1 - 0
js/component/manageCenter/financialManage/distribute/shouKuang.jsx

@@ -3623,6 +3623,7 @@ const ShouKuang = React.createClass({
           onCancel={this.visitCancels}
           loading={this.state.loading}
         />
+        <textarea id="copyText" style={{ opacity: 0 }} /> 
       </div>
     );
   },