王震
2023-12-27 d892f98a6fc7bacca5c39c92f3f74ef2e81ba3f2
src/views/common/rawMaterial-part.vue
@@ -1,4 +1,5 @@
<template>
  <div class="body">
    <el-dialog
      v-diadrag
      width="60%"
@@ -18,7 +19,7 @@
        :uploadInfo="uploadInfo"
        :prelang="prelang"
        :options="options"
        :bottomOffset="350"
        :bottomOffset="150"
        :ajaxFun="ajaxFun"
        :paramObj="paramObj"
        :isShowPagination="false"
@@ -32,6 +33,7 @@
        <el-button type="primary" @click="saveSelectRow">确 定</el-button>
      </div>
    </el-dialog>
  </div>
  </template>
  <script>
  import ttable from '@/views/common/ztt-table'
@@ -65,7 +67,6 @@
      return {
        ajaxFun: chooseIFS,
        innerVisible: false,
        listLoading: true,
        currentRow: null,
        multipleSelection: [],
        uploadInfo: {
@@ -194,8 +195,6 @@
        }
      },
      saveSelectRow() {
        // console.log(this.multipleSelection);
        console.log();
        if (this.multiSelect) {
          this.$emit('handleSelectionChange', this.multipleSelection)
        } else {
@@ -222,6 +221,7 @@
        this.innerVisible = this.currshowlist
        if (this.currshowlist) {
          this.$nextTick(() => {
            // this.table.data=[]
            this.getData()
          })
        }
@@ -248,5 +248,10 @@
    margin-top: 0px;
    margin-bottom: 5px;
  }
  /* @media screen and (max-width: 800px) {
    .el-dialog {
      height: 600px !important;
    }
  } */
  </style>