liting2017 7 years ago
parent
commit
b9b26f4ffd

+ 1 - 1
js/component/manageCenter/order/myOrder/servicesOrder/myService.jsx

@@ -71,7 +71,6 @@ const MyService=Form.create()(React.createClass({
                     dataSource: theArr,
                     pagination: this.state.pagination,
                     selectedRowKeys:[],
-                    signBillVisible:false
                 });
             }.bind(this),
         }).always(function () {
@@ -336,6 +335,7 @@ const MyService=Form.create()(React.createClass({
     },
     closeDesc(e, s) {
     	this.state.userDetaile=false;
+    	this.state.signBillVisible=false;
         this.state.showDesc = e;
         if (s) {
             this.loadData(this.state.pageNo);