riku
2024-11-21 c4bcc6e78ecaec6e9ea68802be7c1d3a7b063512
src/views/fysp/check/components/ComChangeEdit.vue
@@ -62,7 +62,6 @@
</template>
<script>
import problemApi from '@/api/fysp/problemApi.js';
import CompGenericWrapper from './CompGenericWrapper.vue';
import { $fysp } from '@/api/index.js';
import fileUtil from '@/utils/fileUtils.js';
import { useCloned } from '@vueuse/core';
@@ -70,7 +69,6 @@
export default {
  emits: ['submit', 'cancel'],
  components: {
    CompGenericWrapper
  },
  watch: {
    oldChangeFileList: {
@@ -164,6 +162,7 @@
    },
    onCancel() {
      this.$emit("cancel")
      this.$emit('update:visible', false)
    },
    onSubmit() {
      if (!this.pictureValidate()) {