Explorar el Código

Merge branch 'yufei' of gitadmin/tuoheng_pilot_web into develop

tags/v1.0.0
yufei111 hace 1 año
padre
commit
fa095d0c69
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      src/views/system-manage/banner-manage/BannerModal.vue

+ 0
- 1
src/views/system-manage/banner-manage/BannerModal.vue Ver fichero

@@ -92,7 +92,6 @@ export default defineComponent({
const ossRefs = ref()
function handleConfirm() {
if (props.type !== 'preview') {
debugger
formRef.value?.validate((errors) => {
if (!errors) {
const uploads = ossRefs.value.map((item, index) => {

Cargando…
Cancelar
Guardar