瀏覽代碼

修改联动表格查询条件参数

lph 1 年之前
父節點
當前提交
9f4df0e217
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      zkqy-ui/src/views/relateTable/index.vue

+ 6 - 1
zkqy-ui/src/views/relateTable/index.vue

@@ -1024,7 +1024,12 @@ export default {
           columns.push(tempObj);
         }
         if (temp.isSearch) {
-          searchFieldList.push(temp.tableName + "." + temp.fieldName);
+          // searchFieldList.push(temp.tableName + "." + temp.fieldName);
+          searchFieldList.push({
+            conditionField: temp.tableName + "." + temp.fieldName,
+            conditionName: "超级查询",
+            conditionType: "SuperQuery",
+          });
         }
 
         if (temp.isExport) {