feat: There is no way the, BUG #52173
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user