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 advanceSearchVOList = [];
const formFieldList = this.formFieldList const formFieldList = this.formFieldList
const sarStandAttrObj = {}
formFieldList.forEach((item) => { formFieldList.forEach((item) => {
const value = formData[item.attrField] const value = formData[item.attrField]
// 时间格式处理 // 时间格式处理
if (value !== null && value !== '') { if (value !== null && value !== '') {
this.advancedSearch.push({ advanceSearchVOList.push({
field: item.attrField || '', field: item.attrField || '',
type: 'like', type: 'like',
value: value value: value