| | |
| | | </div> |
| | | |
| | | <div class="footer-btn-box"> |
| | | <el-button size="small" type="primary" @click="dataUpdate">保 存</el-button> |
| | | <el-button size="small" :disabled="disabled" type="primary" @click="dataUpdate">保 存</el-button> |
| | | |
| | | <el-button size="small" @click="roleBoxClose">关 闭</el-button> |
| | | </div> |
| | |
| | | } |
| | | |
| | | return { |
| | | disabled: false, |
| | | roleBox: false, |
| | | baseShow: false, |
| | | restShow: false, |
| | |
| | | option: { |
| | | submitBtn: false, |
| | | emptyBtn: false, |
| | | |
| | | dialogMenuPosition: 'right', |
| | | column: [{ |
| | | span: 12, |
| | | label: "场所名称", |
| | |
| | | |
| | | dataUpdate() { |
| | | const that = this |
| | | |
| | | that.disabled = true; |
| | | let imageUrls = this.desposeImage(this.form.imageUrls) |
| | | let placeImages = this.desposeImage(this.placeForm.imageUrls) |
| | | let placePlanImageUrls = this.desposeImage(this.placeForm.planImageUrls) |
| | |
| | | roleBoxClose() { |
| | | this.form = {} |
| | | this.placeForm = {} |
| | | |
| | | this.disabled = false |
| | | this.$refs.baseForm && this.$refs.baseForm.resetForm() |
| | | this.$refs.restForm && this.$refs.restForm.resetForm() |
| | | this.baseShow = false |
| | |
| | | justify-content: center; |
| | | } |
| | | } |
| | | </style> |
| | | </style> |