|
@@ -497,7 +497,7 @@ const handlePrint = () => {
|
|
|
</el-form>
|
|
|
<div class="divider"></div>
|
|
|
<div>
|
|
|
- <import-button @success="queryApi" :url="URL_CUT_REF"></import-button>
|
|
|
+ <import-button @success="queryApi" :url="URL_CUT_REF" :importKey="('xkk_id='+aid)"></import-button>
|
|
|
<el-button @click="handleTableRowBtn_export" type="primary">导出打印</el-button>
|
|
|
<el-button @click="handleTableRowBtn_add" type="primary">新增</el-button>
|
|
|
<el-button @click="handleTableRowBtn_delete" type="danger">删除</el-button>
|