| | |
| | | </ArbitraryPhoto> |
| | | </el-dialog> |
| | | <el-drawer |
| | | :direction="rtl" |
| | | direction="ltr" |
| | | v-model="deviceShowDialog" |
| | | :before-close="beforeDeviceShowDialogclose" |
| | | title="设施设备" |
| | | size="65%" |
| | | size="45%" |
| | | > |
| | | <CompDeviceShowTest v-if="deviceShowDialog" ref="deviceShowRef"> </CompDeviceShowTest> |
| | | </el-drawer> |
| | |
| | | }); |
| | | }, |
| | | // 问题卡片组件主动发起刷新父组件数据 |
| | | updateSubtask(isOk) { |
| | | updateSubtask() { |
| | | |
| | | this.curSubtask.data.proCheckedNum++; |
| | | this.curSubtask.type = this.getSubtaskType(this.curSubtask.data); |
| | | if (!isOk) { |
| | | return; |
| | | } |
| | | this.refreshCurrSubtask(); |
| | | }, |
| | | onProSubmited(isOk) { |
| | |
| | | if (!isOk) { |
| | | return; |
| | | } |
| | | this.updateSubtask(isOk); |
| | | this.updateSubtask(); |
| | | }, |
| | | newProSubmit(isOk) { |
| | | this.proAddOrUpdDialogVisible = false; |