web/src/views/modules/sysPictureBase/SysPictureBase-AddOrUpdate.vue
@@ -96,6 +96,9 @@ params.append('file', x.file) }); // 将输入表单数据添加到params表单中 if (!this.dataForm.id){ this.dataForm.id = 0 } params.append('id', this.dataForm.id) params.append('type', this.dataForm.type) params.append('subType', this.dataForm.subType)