选择标准号/政策号的loading修改

This commit is contained in:
zhoulingpo
2023-12-05 11:30:41 +08:00
parent a72523106b
commit 15e6cb7024
+3 -3
View File
@@ -664,7 +664,7 @@
@pageChange="handlePageChange"
@pageSizeChange="handlePageSizeChange"
></pagination>
<loading :loading="loading">数据获取中</loading>
<loading :loading="dataLoading">数据获取中</loading>
</div>
<div class="demo-drawer-footer">
<el-button
@@ -904,7 +904,7 @@ export default {
lawsType: 'FOREIGN'
}, {
_this: this,
loading: 'loading'
loading: 'dataLoading'
}, res => {
if (res.ok) {
res.data.list.map(item => {
@@ -921,7 +921,7 @@ export default {
standNumber: this.conditionForm.numberName,
standType: this.conditionForm.standType
}, {
_this: this, loading: 'loading'
_this: this, loading: 'dataLoading'
}, res => {
if (res.ok) {
res.data.list.map(item => {