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