Przeglądaj źródła

😁代码修复

zuohuaijun 2 lat temu
rodzic
commit
4bf0e84589

+ 1 - 1
Web/src/views/system/weChatUser/component/editWeChatUser.vue

@@ -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();
 };
 };
 
 
 // 关闭弹窗
 // 关闭弹窗