loulijun2021
2022-07-18 f35da7050efeaff1fd442c233008fdc00b10851f
src/views/zlgl/wljy.vue
@@ -1,11 +1,38 @@
<template />
<!--<template>-->
<!--  <div>-->
<!--    <div style="margin: 100px;">-->
<!--      <import-picker ref="importPickerFunc" :shows.sync="shows" :title="title_value" :colos="colos" :code="code" />-->
<!--    </div>-->
<!--  </div>-->
<!--</template>-->
<script>
export default {
  name: 'Wljy'
}
</script>
<!--<script>-->
<!--import ImportPicker from '@/components/ImportPicker'-->
<style scoped>
<!--export default {-->
<!--  name: 'Wljy',-->
<!--  components: {-->
<!--    ImportPicker-->
<!--  },-->
<!--  data() {-->
<!--    return {-->
<!--      title_value: '数据导入 / 用户角色',-->
<!--      code: '2',-->
<!--      shows: false-->
<!--    }-->
<!--  },-->
<!--  mounted() {-->
<!--    this.shows = true-->
<!--    this.$refs.importPickerFunc.newDataFunc()-->
<!--  },-->
<!--  methods: {-->
<!--    colos() {-->
<!--      this.shows = false-->
<!--    }-->
<!--  }-->
<!--}-->
<!--</script>-->
</style>
<!--<style scoped>-->
<!--</style>-->