修复详情数据异常问题
This commit is contained in:
@@ -26,7 +26,15 @@
|
||||
</el-date-picker>
|
||||
</div>
|
||||
<!-- 查询按钮 -->
|
||||
<el-button class="primary" type="primary" @click="tableData = [];currentPage = 1;isFinished=false;getData()"
|
||||
<el-button
|
||||
class="primary"
|
||||
type="primary"
|
||||
@click="
|
||||
tableData = [];
|
||||
currentPage = 1;
|
||||
isFinished = false;
|
||||
getData();
|
||||
"
|
||||
>查询</el-button
|
||||
>
|
||||
<el-button class="primary" type="primary" @click="confirmExport2Excel()"
|
||||
@@ -53,8 +61,11 @@
|
||||
class="primary"
|
||||
type="primary"
|
||||
@click="
|
||||
detailPageFun();
|
||||
detailPageFunArr = scope.row;
|
||||
tableDataDetails = [];
|
||||
currentPage2 = 1;
|
||||
isFinished2 = false;
|
||||
detailPageFun();
|
||||
"
|
||||
size="default"
|
||||
>查看详情</el-button
|
||||
|
Reference in New Issue
Block a user