fix: 🐛 字典数据保存typeCode取值未实时更新问题修复
Former-commit-id: c375a91846db90ad2e33412ac5afb9da74c4ea26
This commit is contained in:
@@ -33,6 +33,7 @@ watch(
|
||||
() => props.typeCode,
|
||||
(newVal: string) => {
|
||||
queryParams.typeCode = newVal;
|
||||
formData.typeCode = newVal;
|
||||
resetQuery();
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user