更新
This commit is contained in:
parent
f64b0e96f6
commit
405a3e66ae
@ -365,7 +365,7 @@ export default {
|
|||||||
request({
|
request({
|
||||||
url: '/system/equInfo/addFolder',
|
url: '/system/equInfo/addFolder',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data: this.box.id
|
data: JSON.stringify(this.box.id), // 手动转换为 JSON
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
this.box.folderId = res.data
|
this.box.folderId = res.data
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
|
|||||||
@ -829,12 +829,13 @@ export default {
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #666666;
|
color: #666666;
|
||||||
line-height: 15px;
|
line-height: 15px;
|
||||||
margin-right: 15px;
|
padding: 5rpx;
|
||||||
|
border: 2rpx solid #74A1E5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.er {
|
.er {
|
||||||
width: 25px;
|
//width: 25px;
|
||||||
height: 25px;
|
//height: 25px;
|
||||||
background: #1890FF;
|
background: #1890FF;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user