Merge branch 'main' into mqtt-call

This commit is contained in:
hrz
2025-09-18 15:02:32 +08:00
committed by GitHub
42 changed files with 1523 additions and 261 deletions
@@ -195,7 +195,7 @@ export default {
this.saving = true;
if (!this.formData.supplier) {
this.$message.error('请选择供应器');
this.$message.error(this.$t('addModelDialog.requiredSupplier'));
this.saving = false;
return;
}