| | |
| | | ></video> |
| | | <img v-else |
| | | class="el-upload-list__item-thumbnail" |
| | | src="../../assets/401_images/401.gif" |
| | | src="../../assets/images/deviceLis.png" |
| | | alt="" |
| | | style="width: 147px; height: 147px" |
| | | fit="cover"> |
| | |
| | | this.btn = false; |
| | | this.isShow=false |
| | | } |
| | | |
| | | let _this = this |
| | | if (id) { |
| | | this.loading = true; |
| | |
| | | let pth = paths[i].substr(paths[i].length - 4, paths[i].length) |
| | | // alert(pth) |
| | | if (_this.fot.includes(pth) === true) |
| | | { |
| | | if(paths[i][0]=="/") |
| | | _this.fileList.push({name:paths[i],url: process.env.VUE_APP_BASE_TRUE_API+paths[i].substr(1),res:false}) |
| | | else |
| | | _this.fileList.push({name:paths[i],url: process.env.VUE_APP_BASE_TRUE_API+paths[i],res:false}) |
| | | } |
| | | // { |
| | | // if(paths[i][0]=="/") |
| | | // _this.fileList.push({name:paths[i],url: process.env.VUE_APP_BASE_TRUE_API+paths[i].substr(1),res:false}) |
| | | // else |
| | | // _this.fileList.push({name:paths[i],url: process.env.VUE_APP_BASE_TRUE_API+paths[i],res:false}) |
| | | // } |
| | | { |
| | | if(paths[i].includes(process.env.VUE_APP_BASE_TRUE_API)){ |
| | | if(paths[i][0]=="/") |
| | | _this.fileList.push({name:paths[i],url: paths[i].substr(1),res:false}) |
| | | else |
| | | _this.fileList.push({name:paths[i],url: paths[i],res:false}) |
| | | }else{ |
| | | if(paths[i][0]=="/") |
| | | _this.fileList.push({name:paths[i],url: process.env.VUE_APP_BASE_TRUE_API+paths[i].substr(1),res:false}) |
| | | else |
| | | _this.fileList.push({name:paths[i],url: process.env.VUE_APP_BASE_TRUE_API+paths[i],res:false}) |
| | | } |
| | | |
| | | } |
| | | else { |
| | | // alert(paths[i]) |
| | | // alert() |
| | |
| | | if (this.formData.id != undefined) { |
| | | updateEquipment(this.formData).then(response => { |
| | | this.$modal.msgSuccess("修改成功"); |
| | | console.log(this.$route) |
| | | // this.$tab.closePage({ path: "/familymodel/zfDevice" }) |
| | | |
| | | |
| | | //this.$tab.closePage({ path: "/familymodel/zfDevice" }) |
| | | |
| | | |
| | | // |
| | | // localtion.reload() |
| | | //alert(25) |
| | | // window.location.url="https://localhost:80/familymodel/zfDevice" |
| | | // this.open = false; |
| | | if(this.formData.status==1) |
| | | this.formData.status = '是' |
| | | else |
| | | this.formData.status = '否' |
| | | this.btn=false |
| | | this.$router.replace({ title:"ZfDevice",path: "/familymodel/zfDevice"}); |
| | | // 在下一个事件循环中刷新页面 |
| | | this.$nextTick(() => { |
| | | window.location.reload(); |
| | | }); |
| | | //this.$router.push("/familymodel/zfDevice"); |
| | | }); |
| | | } else { |
| | | this.$modal.msgSuccess("修改失败"); |