Merge branch 'projects/mes-test' of git.picaiba.com:mt-fe-group/yudao-dev into projects/mes-test

This commit is contained in:
gtz
2023-11-27 09:31:52 +08:00
171 changed files with 3312 additions and 2425 deletions

View File

@@ -347,6 +347,8 @@ export default {
console.log('setting code: ', response.data);
// 处理输入框数据
this.form[opt.prop] = response.data;
// 更新下外部的 dataForm防止code字段有数据也报空的bug
this.$emit('update', this.form)
}
});
}