|
@@ -29,6 +29,7 @@
|
|
|
|
|
|
<script>
|
|
<script>
|
|
import { multAuditPhoto } from '@/api/photoWarehouse';
|
|
import { multAuditPhoto } from '@/api/photoWarehouse';
|
|
|
|
+import { format } from '@/utils';
|
|
|
|
|
|
export default {
|
|
export default {
|
|
name: 'MultFissonModal',
|
|
name: 'MultFissonModal',
|
|
@@ -50,7 +51,7 @@ export default {
|
|
kindergartenId: this.form.kindergartenId,
|
|
kindergartenId: this.form.kindergartenId,
|
|
activityId: this.form.activityId
|
|
activityId: this.form.activityId
|
|
};
|
|
};
|
|
- const { success, msg } = await multAuditPhoto(params);
|
|
|
|
|
|
+ const { success, msg } = await multAuditPhoto(format(params));
|
|
|
|
|
|
if (success) {
|
|
if (success) {
|
|
this.$success('批量审核成功!');
|
|
this.$success('批量审核成功!');
|