@@ -8,7 +8,7 @@
</style>
<template>
<div>
- <a-modal title="列表项筛选" v-model="showEdit" @ok="handleOk" @cancel="close" width="60%">
+ <a-modal title="账户选择" v-model="showEdit" @ok="handleOk" @cancel="close" width="60%">
<a-checkbox :indeterminate="indeterminate" @change="onCheckAllChange" :checked="checkAll">全选</a-checkbox>
<br />
<a-checkbox-group :options="showList" v-model="dataValue" class="checked" @change="onChange" />
@@ -968,7 +968,7 @@ export default {
params.userId = this.userInfo().id
params.projectId = values.projectId
params.materialDescribe = values.materialDescribe
- params.type = 'image'
+ params.type = 'IMAGE'
params.ascription =
this.activeKey == 'image'
? roleCode
@@ -999,7 +999,7 @@ export default {
- params.type = 'video'
+ params.type = 'VIDEO'