dev01 vor 3 Jahren
Ursprung
Commit
8c02ee9cd1
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. 3 0
      src/pages/egressDetails/publicContent.jsx

+ 3 - 0
src/pages/egressDetails/publicContent.jsx

@@ -190,6 +190,7 @@ class PublicContent extends Component {
         duration: this.state.totalDuration,
         duration: this.state.totalDuration,
         validDate: JSON.stringify(this.state.validDates),
         validDate: JSON.stringify(this.state.validDates),
         type: this.props.dtails.type,
         type: this.props.dtails.type,
+        status: 1,
       };
       };
     } else if (this.props.dtails.type == 2) {
     } else if (this.props.dtails.type == 2) {
       datas = {
       datas = {
@@ -208,6 +209,7 @@ class PublicContent extends Component {
         validDate: JSON.stringify(this.state.validDates),
         validDate: JSON.stringify(this.state.validDates),
         type: this.props.dtails.type,
         type: this.props.dtails.type,
         orderNo: this.props.dtails.orderNo,
         orderNo: this.props.dtails.orderNo,
+        status: 1,
       };
       };
     } else {
     } else {
       datas = {
       datas = {
@@ -226,6 +228,7 @@ class PublicContent extends Component {
         validDate: JSON.stringify(this.state.validDates),
         validDate: JSON.stringify(this.state.validDates),
         type: this.props.dtails.type,
         type: this.props.dtails.type,
         orderNo: this.props.dtails.orderNo,
         orderNo: this.props.dtails.orderNo,
+        status: 1,
       };
       };
     }
     }
     if (isVerify) {
     if (isVerify) {