27653
This commit is contained in:
@@ -90,6 +90,9 @@ export default {
|
|||||||
break
|
break
|
||||||
case 1:
|
case 1:
|
||||||
this.$refs['applyForm'].onConfirm().then(res => {
|
this.$refs['applyForm'].onConfirm().then(res => {
|
||||||
|
if (!res.length) {
|
||||||
|
return this.$message.error('表单配置不能为空')
|
||||||
|
}
|
||||||
this.tableFieldInfos = res
|
this.tableFieldInfos = res
|
||||||
this.activeStep++
|
this.activeStep++
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user