소스 검색

土建修改

tangyp 1 주 전
부모
커밋
1b5048cf5f
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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)