更新
This commit is contained in:
parent
f64b0e96f6
commit
405a3e66ae
@ -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({
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user