检测计划取消勾选
This commit is contained in:
@@ -279,8 +279,8 @@ const rules: Ref<Record<string, Array<FormItemRule>>> = ref({
|
||||
const open = async (sign: string,
|
||||
data: Plan.ReqPlan,
|
||||
currentMode: string,) => {
|
||||
|
||||
value.value = []
|
||||
unboundPqDevList.value = []
|
||||
boundPqDevList.value = []
|
||||
//处理异步调用
|
||||
const patternId = dictStore.getDictData('Pattern').find(item=>item.name=== currentMode)?.id ?? ''
|
||||
data.pattern = patternId
|
||||
|
||||
Reference in New Issue
Block a user