master
面包骑士 2024-08-21 19:17:05 +08:00
parent c7b5a4928b
commit fbb1a1ac97
1 changed files with 1 additions and 0 deletions

View File

@ -183,6 +183,7 @@ export default {
const basicForm = this.$refs.basicInfo.$refs.basicInfoForm;
const genForm = this.$refs.genInfo.$refs.genInfoForm;
Promise.all([basicForm, genForm].map(this.getFormPromise)).then(res => {
console.log(res)
const validateResult = res.data.every(item => !!item);
if (validateResult) {
const genTable = Object.assign({}, basicForm.model, genForm.model);