[update] 企标更改流程修改
This commit is contained in:
@@ -469,9 +469,9 @@ export default {
|
|||||||
// 外层获取数据要过校验,返回false表示没有通过校验
|
// 外层获取数据要过校验,返回false表示没有通过校验
|
||||||
async getDataValidate () {
|
async getDataValidate () {
|
||||||
let data = {}
|
let data = {}
|
||||||
|
const formInline = await this.$refs.baseInfoForm.getDataValidate()
|
||||||
await this.$refs.ruleForm.validate(async valid => {
|
await this.$refs.ruleForm.validate(async valid => {
|
||||||
if (valid) {
|
if (valid) {
|
||||||
const formInline = await this.$refs.baseInfoForm.getDataValidate()
|
|
||||||
if (formInline && this.dataSource.length > 0) {
|
if (formInline && this.dataSource.length > 0) {
|
||||||
data.formInline = { ...formInline, ...this.formInline }
|
data.formInline = { ...formInline, ...this.formInline }
|
||||||
data.dataSource = this.dataSource
|
data.dataSource = this.dataSource
|
||||||
|
|||||||
Reference in New Issue
Block a user