likang hace 3 años
padre
commit
abbf2636bb
Se han modificado 1 ficheros con 0 adiciones y 10 borrados
  1. 0 10
      src/views/wind/worklocation/index.vue

+ 0 - 10
src/views/wind/worklocation/index.vue

@@ -287,11 +287,6 @@
       :title="title"
       :ref="formName"
     />
-    <detail
-      :detailVisible="detailVisible"
-       @sendVal="closeDrawer"
-       :data="detail"
-    />
   </div>
 </template>
 
@@ -305,7 +300,6 @@ export default {
   mixins: [rlListOperate],
   components: {
     formModel,
-    detail,
   },
   data() {
     return {
@@ -394,10 +388,6 @@ export default {
       localStorage.setItem("WorklocalSet", JSON.stringify(this.checkList));
       this.isShowColumn = false;
     },
-    handleDetail(row){
-      this.detailVisible = true,
-      this.detail = row
-    },
     closeDrawer(){
       this.detailVisible = false
     }