🌊打开编辑时清空预览
This commit is contained in:
parent
ba0e8e6c5a
commit
097030a30b
@ -125,6 +125,7 @@ onMounted(async () => {
|
|||||||
const openDialog = async (row: any, typeData: any[]) => {
|
const openDialog = async (row: any, typeData: any[]) => {
|
||||||
state.ruleForm = JSON.parse(JSON.stringify(row));
|
state.ruleForm = JSON.parse(JSON.stringify(row));
|
||||||
state.ruleForm.formater ??= '';
|
state.ruleForm.formater ??= '';
|
||||||
|
state.previewSeqNo = '';
|
||||||
state.typeData = typeData;
|
state.typeData = typeData;
|
||||||
state.showDialog = true;
|
state.showDialog = true;
|
||||||
ruleFormRef.value?.resetFields();
|
ruleFormRef.value?.resetFields();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user