Compare commits

...

2 Commits

Author SHA1 Message Date
zhaojisen
fbce3bd010 Fixed: Remove Log 2025-03-03 11:20:06 +08:00
zhaojisen
cd974b80ce Fixed: Empty Value Update 2025-03-03 11:18:46 +08:00

View File

@@ -168,6 +168,7 @@ export default {
* @param {All} options.value 表单数据
*/
updateValue({ id, value }) {
if (!value) return
this.value = { ...this.value, [id]: value }
this.$nextTick(() => {
this.$refs.elForm.validateField(id)