This commit is contained in:
许允枞 2025-03-01 17:40:03 +08:00
parent f64b0e96f6
commit 405a3e66ae
2 changed files with 15 additions and 14 deletions

View File

@ -365,7 +365,7 @@ export default {
request({
url: '/system/equInfo/addFolder',
method: 'post',
data: this.box.id
data: JSON.stringify(this.box.id), // JSON
}).then(res => {
this.box.folderId = res.data
uni.navigateTo({

View File

@ -829,12 +829,13 @@ export default {
font-weight: 400;
color: #666666;
line-height: 15px;
margin-right: 15px;
padding: 5rpx;
border: 2rpx solid #74A1E5;
}
.er {
width: 25px;
height: 25px;
//width: 25px;
//height: 25px;
background: #1890FF;
border-radius: 3px;
display: flex;