修复bug
This commit is contained in:
parent
638a9881f2
commit
0ada43986d
@ -348,10 +348,7 @@ import deepClone from "../../../uview-ui/libs/function/deepClone";
|
|||||||
params.createUserId = this.userInfo.userId;
|
params.createUserId = this.userInfo.userId;
|
||||||
params.createUserName = this.userInfo.account;
|
params.createUserName = this.userInfo.account;
|
||||||
let newDyForm = this.deepClone(this.dyFormData);
|
let newDyForm = this.deepClone(this.dyFormData);
|
||||||
newDyForm.forEach(item => {
|
params.routeToPointList = newDyForm;
|
||||||
item.isRequired = item.isRequired == "1" ? true : false
|
|
||||||
})
|
|
||||||
params.template = JSON.stringify(newDyForm);
|
|
||||||
|
|
||||||
let apiUrl = 'xmgl/xzCheckingRoute/add';
|
let apiUrl = 'xmgl/xzCheckingRoute/add';
|
||||||
let msg = "添加成功"
|
let msg = "添加成功"
|
||||||
|
|||||||
@ -342,7 +342,7 @@ import uPopup from '@/components/u-popup/u-popup.vue'
|
|||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-family: SourceHanSansSC-regular;
|
font-family: SourceHanSansSC-regular;
|
||||||
white-space: nowrap;
|
// white-space: nowrap;
|
||||||
&.wrap {
|
&.wrap {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user