zhuxinbo 5 年 前
コミット
9c17310c53

+ 1 - 1
src/views/modules/material/accountCheck.vue

@@ -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" />

+ 1 - 1
src/views/modules/material/materialList.vue

@@ -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

+ 1 - 1
src/views/modules/material/videoMaterial.vue

@@ -999,7 +999,7 @@ export default {
           params.userId = this.userInfo().id
           params.projectId = values.projectId
           params.materialDescribe = values.materialDescribe
-          params.type = 'video'
+          params.type = 'VIDEO'
           params.ascription =
             this.activeKey == 'image'
               ? roleCode