feat: There is no way the
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user