|
|
@@ -8,7 +8,6 @@
|
|
|
ref="Emodal"
|
|
|
:maxable="true"
|
|
|
:resizable="true"
|
|
|
- :cache-key="cacheKeyUrl"
|
|
|
>
|
|
|
<!-- 数据表格 -->
|
|
|
<ele-pro-table
|
|
|
@@ -18,6 +17,7 @@
|
|
|
tool-class="ele-toolbar-form"
|
|
|
:needPage="false"
|
|
|
row-key="id"
|
|
|
+ :cache-key="cacheKeyUrl"
|
|
|
>
|
|
|
<template v-slot:toolbar v-if="type != 'view'">
|
|
|
<el-button type="primary" @click="fileEditOpen">本地上传</el-button>
|
|
|
@@ -97,6 +97,7 @@
|
|
|
tableList: [],
|
|
|
type: 'add',
|
|
|
cacheKeyUrl: 'mes-add-doc',
|
|
|
+ tabMixinsInit: false,
|
|
|
columns: [
|
|
|
{
|
|
|
label: '编码',
|