This commit is contained in:
yanran200730
2022-02-25 14:33:10 +08:00
parent 40f8cf4984
commit 769e12aac1

View File

@@ -90,6 +90,9 @@ export default {
break
case 1:
this.$refs['applyForm'].onConfirm().then(res => {
if (!res.length) {
return this.$message.error('表单配置不能为空')
}
this.tableFieldInfos = res
this.activeStep++
})