| | |
| | | <el-select |
| | | v-model="tagValues" |
| | | multiple |
| | | @change="searchingBtn" |
| | | :disabled="isDisabled" |
| | | collapse-tags |
| | | size="mini" |
| | |
| | | console.log("页面模式:", value) |
| | | if (value) { |
| | | this.typeDisable = true; |
| | | this.disabled = true; |
| | | } else { |
| | | this.typeDisable = false; |
| | | this.VideoPhotoData.querySearchList(); |
| | |
| | | } |
| | | }, |
| | | methods: { |
| | | isShowUpload(){ |
| | | console.log('isShowUpload',this.VideoPhotoData.uploadDiaplay) |
| | | isShowUpload() { |
| | | console.log('isShowUpload', this.VideoPhotoData.uploadDiaplay) |
| | | this.getHeight(); |
| | | console.log("upload的值是:", this.VideoPhotoData.uploadDiaplay) |
| | | if (this.VideoPhotoData.uploadDiaplay) { |