检测脚本详情查看
This commit is contained in:
@@ -132,6 +132,7 @@ const form = ref({
|
||||
// 打开弹窗,可能是新增,也可能是编辑
|
||||
|
||||
const open = async (row: any, copyRowList: any) => {
|
||||
|
||||
let treeData: any = []
|
||||
await getDictTreeByCode({
|
||||
name: '',
|
||||
@@ -157,6 +158,7 @@ const open = async (row: any, copyRowList: any) => {
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
let form = handleHarmData(JSON.parse(JSON.stringify(props.form)))
|
||||
let retryCompute = isEqual(form, copyRowList)
|
||||
await scriptDtlsCheckDataList({
|
||||
|
||||
Reference in New Issue
Block a user