feat: There is no way the

This commit is contained in:
super_liu
2021-08-23 17:50:47 +08:00
parent c1ac951e43
commit 4e3dff9ece
@@ -3689,12 +3689,11 @@ export default {
const advanceSearchVOList = [];
const formFieldList = this.formFieldList
const sarStandAttrObj = {}
formFieldList.forEach((item) => {
const value = formData[item.attrField]
// 时间格式处理
if (value !== null && value !== '') {
this.advancedSearch.push({
advanceSearchVOList.push({
field: item.attrField || '',
type: 'like',
value: value