[update] 法规符合性排查流程
This commit is contained in:
+3
@@ -552,6 +552,9 @@ export default {
|
|||||||
if (valid && personValid && expandTableValid) {
|
if (valid && personValid && expandTableValid) {
|
||||||
data.standardInfo = Object.assign({}, this.formInline, this.personFormInline)
|
data.standardInfo = Object.assign({}, this.formInline, this.personFormInline)
|
||||||
data.detailInfoList = JSON.parse(JSON.stringify(this.dataSourceEvaluate))
|
data.detailInfoList = JSON.parse(JSON.stringify(this.dataSourceEvaluate))
|
||||||
|
} else if (!expandTableValid) {
|
||||||
|
this.$message.warning(this.$t('pleaseCompleteTableInfo'))
|
||||||
|
data = false
|
||||||
} else {
|
} else {
|
||||||
data = false
|
data = false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user