fix: 门店档案接口
This commit is contained in:
@@ -81,7 +81,7 @@ export default {
|
||||
try {
|
||||
const {code, data} = await this.instance.post('/app/appshoparchives/queryDetailById', null, {
|
||||
params: {
|
||||
id: this.parmas.id
|
||||
id: this.params.id
|
||||
}
|
||||
})
|
||||
if (code === 0) {
|
||||
|
||||
@@ -69,11 +69,12 @@
|
||||
<el-button icon="iconfont iconDelete" :disabled="!ids.length" @click="handleDelBatch">删除</el-button>
|
||||
</template>
|
||||
<template #right>
|
||||
<ai-import :instance="instance" :dict="dict" type="appintegraluser" name="门店档案"
|
||||
<ai-import :instance="instance" url=""
|
||||
importUrl="" name="门店档案" title="门店档案"
|
||||
@success="getList()">
|
||||
<el-button icon="iconfont iconImport">导入</el-button>
|
||||
</ai-import>
|
||||
<ai-download :instance="instance" url="/app/appintegraluser/girdIntegralExport" :params="search"
|
||||
<ai-download :instance="instance" url="" :params="search"
|
||||
fileName="门店档案"
|
||||
:disabled="tableData.length == 0">
|
||||
</ai-download>
|
||||
|
||||
Reference in New Issue
Block a user