diff --git a/front/src/views/personalCenter/components/MyApply.vue b/front/src/views/personalCenter/components/MyApply.vue index a053c20b..9cc1999a 100644 --- a/front/src/views/personalCenter/components/MyApply.vue +++ b/front/src/views/personalCenter/components/MyApply.vue @@ -34,6 +34,24 @@ + + + + + + + 搜索 + +
{ + formState.value.name = '' console.log('item, index-----选择类型------->', item, index) numFlag.value = true num.value = [] @@ -702,6 +723,7 @@ (res) => { console.log('数据资源申请===============>', res.data.data) contentList.data = res.data.data + contentList2.data = res.data.data num.value = [] total.value = 0 showType.value = '云资源' @@ -711,6 +733,7 @@ getVideoBusinessList({ userAccount: 'zfcxjsjkjc' }).then((res) => { console.log('数据资源申请===============>', res.data.data) contentList.data = res.data.data + contentList2.data = res.data.data num.value = [] total.value = 0 showType.value = '云资源' @@ -798,6 +821,11 @@ showType.value = '' } } + const onSubmit = () => { + contentList.data = contentList2.data.filter( + (val) => val.BUSINESS_NAME.indexOf(formState.value.name) > -1 + ) + } const handleCurrentChange = (val) => { page.value = val getApplyList() @@ -949,7 +977,6 @@ flex-direction: column; font-size: 16px; justify-content: left; - .title { font-size: 20px; color: #000000; @@ -1011,7 +1038,8 @@ .content { padding-right: 10px; - height: 510px; + height: 610px; + overflow-y: scroll; .content-body { padding-bottom: 20px;