| | |
| | | </CompGenericWrapper> |
| | | </template> |
| | | <script> |
| | | import CompGenericWrapper from './CompGenericWrapper.vue'; |
| | | import ArbitraryPhoto from './ArbitraryPhoto.vue'; |
| | | import CompLedgerPhoto from './CompLedgerPhoto.vue'; |
| | | import CompDevicePhoto from './CompDevicePhoto.vue'; |
| | |
| | | ArbitraryPhoto, |
| | | CompDevicePhoto, |
| | | CompLedgerPhoto, |
| | | CompGenericWrapper |
| | | }, |
| | | props: { |
| | | readonly: { |
| | |
| | | }, |
| | | data() { |
| | | return { |
| | | // fixme 2024.11.20 子组件初始化时机问题 |
| | | initPropsCount: 0, |
| | | // 初始预览图片index |
| | | initialIndex: -1, |
| | |
| | | }, |
| | | onCancel() { |
| | | this.$emit("cancel") |
| | | this.$emit('update:visible', false) |
| | | }, |
| | | onSubmit() { |
| | | this.$refs.formRef.validate((valid) => { |