修复bug

This commit is contained in:
jiayu 2024-07-25 18:29:07 +08:00
parent 638a9881f2
commit 0ada43986d
2 changed files with 2 additions and 5 deletions

View File

@ -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 = "添加成功"

View File

@ -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;
} }