gcs-ui-lib 1.2.8 → 1.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -52,7 +52,7 @@
52
52
 
53
53
  <script>
54
54
  import { matchingSave, matchingInfo, matchingSetting } from "@/api/setting";
55
- import { NODE_GROUP, tempData } from "./components/config";
55
+ import { NODE_GROUP } from "./components/config";
56
56
  import { PageHeader, SecondaryTab, Page, dayjs } from "n20-common-lib";
57
57
  import { goBackCommon, uuid } from "@/utils";
58
58
  import { queryDatasetList } from "@/api/fileApi";
@@ -150,6 +150,7 @@ export default {
150
150
  return {
151
151
  slotName: "aaa",
152
152
  form: {
153
+ refillBasis:1,
153
154
  matchingRuleType: "",
154
155
  usedAccountType: "BANK_ACCOUNT",
155
156
  isSetOnUnit: 0,
@@ -157,7 +158,7 @@ export default {
157
158
  isAutoConfirm: 1,
158
159
  matchingRuleName: "",
159
160
  usedBusiness: "",
160
- matchingPriority: 0,
161
+ matchingPriority: 1,
161
162
  matchingFillCommons: [], // 补填字段规则集合
162
163
  matchingFillDimensions: [],
163
164
  },