修复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.createUserName = this.userInfo.account;
|
||||
let newDyForm = this.deepClone(this.dyFormData);
|
||||
newDyForm.forEach(item => {
|
||||
item.isRequired = item.isRequired == "1" ? true : false
|
||||
})
|
||||
params.template = JSON.stringify(newDyForm);
|
||||
params.routeToPointList = newDyForm;
|
||||
|
||||
let apiUrl = 'xmgl/xzCheckingRoute/add';
|
||||
let msg = "添加成功"
|
||||
|
||||
@ -342,7 +342,7 @@ import uPopup from '@/components/u-popup/u-popup.vue'
|
||||
font-size: 26rpx;
|
||||
text-align: left;
|
||||
font-family: SourceHanSansSC-regular;
|
||||
white-space: nowrap;
|
||||
// white-space: nowrap;
|
||||
&.wrap {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user