|
@@ -84,7 +84,6 @@ const openDialog = async (row: any) => {
|
|
|
if (isJSON(state.ruleForm.executeParam)) {
|
|
|
const jsonStr = JSON.parse(state.ruleForm.executeParam);
|
|
|
state.ruleForm.executeParam = JSON.parse(jsonStr);
|
|
|
- console.log(state.ruleForm.executeParam);
|
|
|
}
|
|
|
} else {
|
|
|
state.ruleForm.executeParam = '';
|