|
@@ -494,6 +494,7 @@ const tableFormSaveClick = async () => {
|
|
|
}
|
|
|
|
|
|
let FormData = ListItemRef.value?.getFormData()
|
|
|
+ console.log(FormData,'FormData');
|
|
|
let FormRegExpJson = ListItemRef.value?.getFormRegExpJson()
|
|
|
//效验数据
|
|
|
if (getObjNullValue(FormRegExpJson)) {
|
|
@@ -519,9 +520,7 @@ const tableFormSaveClick = async () => {
|
|
|
getTableDataAll()
|
|
|
}
|
|
|
} else {
|
|
|
- if(!isaddType){
|
|
|
- bussPdfsClick()
|
|
|
- }
|
|
|
+ window.$message?.warning('请先选择你需要编辑的表格')
|
|
|
|
|
|
}
|
|
|
}
|