maxiaoxiao 8 달 전
부모
커밋
350a54aa02
1개의 변경된 파일1개의 추가작업 그리고 6개의 파일을 삭제
  1. 1 6
      src/views/remote/farmland/index.vue

+ 1 - 6
src/views/remote/farmland/index.vue

@@ -73,12 +73,7 @@
         />
       </div>
     </el-drawer>
-    <el-dialog
-      title="详细信息"
-      :visible.sync="dialogVisible"
-      width="30%"
-      :before-close="handleClose"
-    >
+    <el-dialog title="详细信息" :visible.sync="dialogVisible" width="30%">
       <CustomDetails :model="infoObj" :config="detailInfos"></CustomDetails>
     </el-dialog>
   </div>