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