feat: There is no way the, BUG #52173

This commit is contained in:
super_liu
2022-03-25 17:23:27 +08:00
parent 7248a58829
commit 6bd78eb5a8
@@ -2502,7 +2502,7 @@
this.$refs['formTongGuo'].validate((valid) => {
if (valid) {
if(this.footFileList !== undefined && this.footFileList.length > 0){
this.form.footFile=this.footFileList.map(item => item.response.data.id).join(",")
this.form.footFile=this.footFileList.map(item => item.id ? item.id : item.response.data.id).join(",")
this.form.footFileName=this.footFileList.map(item => item.name).join(",")
this.isSubmit = true
this.saveLoading = true