tangyp hace 1 semana
padre
commit
1b5048cf5f
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      ruoyi-ui-vue2/src/views/civil/engineering/plot-add.vue

+ 3 - 3
ruoyi-ui-vue2/src/views/civil/engineering/plot-add.vue

@@ -325,9 +325,9 @@ export default {
       })
     },
     templateChange(row) {
-      if (this.imageLoading) {
-        return;
-      }
+      // if (this.imageLoading) {
+      //   return;
+      // }
       this.imageLoading = true;
       if (row && row.value) {
         let template = this.templateList.find(item => item.value == row.value)