zss
2024-01-04 d2c182e7310c30a38ec6ce0d8a1d2ce00d51ac8f
src/views/common/document.vue
@@ -50,7 +50,7 @@
      :prelang="prelang"
      :options="options"
      :ajaxFun="ajaxFun"
      :bottomOffset="350"
      :bottomOffset="150"
      :fixedHeight="tableFixHeight"
      ref="documentTable"
      :paramObj="queryParam"
@@ -61,7 +61,7 @@
      <el-button @click="innerVisible = false">取 消</el-button>
      <el-button type="primary" @click="saveSelectRow">确 定</el-button>
    </div>
    <DocumentDetail :currshowlist.sync="showDocument" :docId="documentId">
    <DocumentDetail :currshowlist.sync="showDocument" :docId="Number(documentId)">
    </DocumentDetail>
  </el-dialog>
</template>