fix: BUG修改

This commit is contained in:
kun 2024-04-13 19:09:56 +08:00
parent 4b666da24f
commit ca99c8283d
6 changed files with 14 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 592 B

View File

@ -210,6 +210,7 @@ export default {
isLoop: true,
timer: null,
jumpToken: "",
showQrCode: false
};
},
components: {

View File

@ -2248,7 +2248,6 @@ export default {
}
},
getListData(){
this.pagInfo.pageNo = 1;
if(this.tabActiveName == 'first'){
this.getAccountList();
} else if(this.tabActiveName == 'two'){
@ -2261,6 +2260,7 @@ export default {
},
handleTabClick(tab, event) {
if(!this.treeSelectData.name) return;
this.pagInfo.pageNo = 1;
this.getListData();
},
handleNodeClick(data) {
@ -3675,6 +3675,7 @@ export default {
this.getListData();
},
CurrentChange(val) {
console.log(val)
this.pagInfo.pageNo = val
this.getListData();
},

View File

@ -98,6 +98,7 @@
<img
slot="prefix"
src="../../assets/images/accountNumber.png"
style="width: 16px;height: 23px;"
class="inputIcon"
/>
</el-input>
@ -114,6 +115,7 @@
<img
slot="prefix"
src="../../assets/images/password.png"
style="width: 17.15px;height: 26.15px;"
class="inputIcon"
/>
</el-input>
@ -235,6 +237,7 @@
<img
slot="prefix"
src="../../assets/images/userNameIcon.png"
style="width: 18.86px;height: 20.54px;"
class="inputIcon"
/>
</el-input>
@ -251,6 +254,7 @@
<img
slot="prefix"
src="../../assets/images/password.png"
style="width: 17.15px;height: 26.15px;"
class="inputIcon"
/>
</el-input>
@ -269,6 +273,7 @@
<img
slot="prefix"
src="../../assets/images/enterpriseIcon.png"
style="width: 22px;height: 22px;margin-left: 7px;"
class="inputIcon"
/>
</el-input>
@ -283,6 +288,7 @@
<img
slot="prefix"
src="../../assets/images/emailIcon.png"
style="width: 18.86px;height: 13.83px;margin-top: 20px;"
class="inputIcon"
/>
</el-input>
@ -1246,10 +1252,10 @@ export default {
.info_content {
margin-top: 25px;
img {
width: 16.8px;
height: 24px;
}
// img {
// width: 16.8px;
// height: 24px;
// }
}
.operate-btn {
display: flex;

View File

@ -675,7 +675,7 @@ export default {
//
getTableList() {
let requestData = {
userId: this.$store.state.userInfo.userId,
applyUserId: this.$store.state.userInfo.userId,
pageNo: this.page,
pageSize: this.pageSize,
applyStatus: this.tableParameter.applyStatus,