| | |
| | | NODE_ENV = 'development' |
| | | |
| | | VUE_APP_API_URL = 'http://localhost:10010' |
| | | VUE_APP_API_URL = 'http://192.168.0.101:10010' |
| | | # VUE_APP_API_URL = 'http://10.50.250.178:8088/gateway_interface' |
| | | # VUE_APP_API_URL = 'http://192.168.0.101:10010' |
| | | VUE_APP_API_URL = 'http://10.50.250.178:8088/gateway_interface' |
| | | s |
| | |
| | | display: flex; |
| | | flex-wrap: wrap; |
| | | padding: 0 16px; |
| | | /* margin-bottom: 10px; */ |
| | | margin-bottom: 10px; |
| | | .form-wrap { |
| | | padding: 16px 16px 0 16px; |
| | | width: 100%; |
| | |
| | | this.isShowEdit = true |
| | | this.param = { |
| | | inType: 0 |
| | | }, |
| | | this.$refs['ruleForm'].clearValidate() |
| | | } |
| | | this.$nextTick(() => { |
| | | this.$refs['ruleForm'].clearValidate() |
| | | }) |
| | | this.$set(this.param, 'arriveDate', dayjs().format('YYYY-MM-DD HH:mm:ss')) |
| | | this.getplatformReason() |
| | | }, |