| | |
| | | </el-form> |
| | | |
| | | <el-dialog :visible.sync="dialogVisible"> |
| | | <img w-full :src="dialogImageUrl" style="width: 700px; height: 700px" alt="Preview Image" /> |
| | | <img w-full :src="dialogImageUrl" style="width: 100%; height: 100%" alt="Preview Image" /> |
| | | </el-dialog> |
| | | </div> |
| | | </template> |
| | |
| | | this.$route.meta.title = "家大事记详细信息";//列表的名称 |
| | | this.btn = false; |
| | | this.isShow=false |
| | | alert(this.btn) |
| | | // alert(this.btn) |
| | | } |
| | | |
| | | let _this = this |
| | |
| | | console.log(this.formData) |
| | | if (valid) { |
| | | if (this.formData.id != undefined) { |
| | | // alert(234) |
| | | updateFamilyevent(this.formData).then(response => { |
| | | this.$modal.msgSuccess("修改成功"); |
| | | // this.open = false; |
| | | // alert(98) |
| | | this.btn=false |
| | | }); |
| | | } else { |
| | |
| | | display: block; |
| | | |
| | | } |
| | | .hide .el-upload--picture-card { |
| | | .hide /deep/ .el-upload--picture-card { |
| | | display: none; |
| | | } |
| | | .pt{ |