|
@@ -47,7 +47,7 @@ const state = reactive({
|
|
|
const openDialog = (row: any) => {
|
|
const openDialog = (row: any) => {
|
|
|
state.ruleForm = JSON.parse(JSON.stringify(row));
|
|
state.ruleForm = JSON.parse(JSON.stringify(row));
|
|
|
state.isShowDialog = true;
|
|
state.isShowDialog = true;
|
|
|
- state.isShowDialog = true;
|
|
|
|
|
|
|
+ ruleFormRef.value?.resetFields();
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
// 关闭弹窗
|
|
// 关闭弹窗
|