|
@@ -1314,6 +1314,7 @@ const batchSetRule = async ()=>{
|
|
|
arr.push({
|
|
|
wbsId:item.wbsId,
|
|
|
nameRule:item.rule.join('-'),
|
|
|
+ id:item.id,
|
|
|
})
|
|
|
})
|
|
|
let afterArr = await getRuleValue(arr)
|
|
@@ -1331,6 +1332,8 @@ const batchSetRule = async ()=>{
|
|
|
|
|
|
|
|
|
const ruleChange = async (ele) => {
|
|
|
+
|
|
|
+
|
|
|
let str = ''
|
|
|
let matchedItems = [] // 存储匹配的项
|
|
|
|