Bläddra i källkod

😁代码修复

zuohuaijun 2 år sedan
förälder
incheckning
4bf0e84589
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      Web/src/views/system/weChatUser/component/editWeChatUser.vue

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