当前位置: 首页 > news >正文

制作网站要求国内搜索引擎网站

制作网站要求,国内搜索引擎网站,wordpress免费博客,请人做ppt的网站需求 页面中上面搜索项有获取字典枚举接口,table表格中也有根据key匹配字典中的value 方案一 需要做到的要求 这里上面下拉列表是一个组件获取的字典,下面也是通过字典匹配,所以尽量统一封装一个函数,每个组件保证最少变动tabl…

需求

页面中上面搜索项有获取字典枚举接口,table表格中也有根据key匹配字典中的value

方案一

在这里插入图片描述

需要做到的要求

  • 这里上面下拉列表是一个组件获取的字典,下面也是通过字典匹配,所以尽量统一封装一个函数,每个组件保证最少变动
  • table表格中如果filters中更改,会获取多次接口,—使用闭包让只获取一次接口,节省性能
  • filter中又是必须同步函数,异步函数报错,所以不能使用async,await
  • 最好请求接口之后存储起来下次直接拿不用请求了

综上

utils/dictionary.js

import { getDicValue } from '@/api/systemManage'
import store from '@/store'
/*** 获取字典数据* @param {Boolean} hasAllOption 是否包含全部选项*/
export function getDicValueList(dictClassCode, hasAllOption = true) {const dictionaryCache = store.state.dictionary.dictionaryCache || {}return new Promise((resolve, reject) => {let optionList = []if (dictionaryCache[dictClassCode]) {const dicList = JSON.parse(JSON.stringify(dictionaryCache[dictClassCode]))if (hasAllOption) {optionList = [ { value: '', label: '全部' }, ...dicList]} else {optionList = [...dicList]}resolve(optionList)} else {getDicValue(dictClassCode).then(response => {console.log('字典调用', dictClassCode)const dicList = response.value || []store.dispatch('dictionary/setDictionaryCache', { key: dictClassCode, value: dicList })if (hasAllOption) {optionList = [ { value: '', label: '全部' }, ...dicList]} else {optionList = [...dicList]}resolve(optionList)}).catch(error => {reject([])})}})
}/*** 获取字典数据并返回一个闭包函数* @param {string} dictClassCode 字典类代码* @param {string} noTitle 默认值,当找不到匹配项时返回* @returns {Promise<Function>} 返回一个闭包函数,该函数可以根据 value 获取 label*/
export async function getDicValueName(dictClassCode, noTitle = "--") {try {const response = await getDicValueList(dictClassCode, false)const listData = response || []return (value) => {let label = noTitlelistData.some(item => {if (item.value === value) {label = item.labelreturn true}})return label}} catch (err) {console.error(err)return (value) => noTitle}
}

下拉框组件

created () {this.getOptionLists()},getOptionLists() {if (this.dictClassCode) {getDicValueList(this.dictClassCode).then(res => {this.optionLists = res})} else {this.optionLists = this.options}},

table组件中

<span>{{ filterStateName(scope.row.state) }}</span>import { getDicValueName } from '@/utils/dictionary'created() {this.initDictionary()},methods: {
async initDictionary() {try {this.filterStateName = await getDicValueName('DC_DICTIONARY_STATE')} catch (error) {console.error('Failed to fetch dictionary:', error)this.filterStateName = (value) => '--'}},}

问题: 但是这种因为一进页面这两个组件都是去获取字典,所以还是从接口拿的数据,会调用两次接口

方案二(建议)

方案:接下来优化可以通过路由导航预加载,先获取字典之后,在加载页面
router.js

// 预加载字典
export function preloadDictionary(dictClassCodeList) {const pList = []dictClassCodeList.forEach(dictClassCode => {const p = getDicValueList(dictClassCode)pList.push(p)})return Promise.all(pList)
}// 预加载字典
router.beforeEach((to, from, next) => {if(to.meta && to.meta.dictClassCodeList&& to.meta.dictClassCodeList.length > 0) {preloadDictionary(to.meta.dictClassCodeList).then(res => {next()})} else {next()}
})

总结:其实这里都可以规定直接预加载字典,到页面直接使用加载后的字典,注册个全局filters就行,根本不用上面那些,先都记录上,后期根据需求灵活应用吧

http://www.khdw.cn/news/42844.html

相关文章:

  • 网站认证必须做么营销型网站案例
  • 建设银行信用卡中心网站首页下载百度软件
  • 网站怎么做站长统计惠州seo外包公司
  • 网站怎么防采集好的网络推广平台
  • 大连网站建设比较好的公司seo从零开始到精通200讲解
  • 开个做网站的公司百度认证证书
  • 遵义网站建设公司百度网址大全旧版本
  • 医疗营销型网站建设手机推广平台有哪些
  • 小规模网站开发税率长沙关键词优化首选
  • 北京微信公众号网站建设seo和sem的概念
  • 网站制作添加视频网站seo优化检测
  • 博物馆网站做的好的近期时政热点新闻20条
  • 宁海建设局网站广东疫情最新数据
  • 比较好看的wordpress主题免费seo快速收录工具
  • 泰安网站建设哪家好自助网站建设
  • 网站建设 发布网站关键词如何快速上首页
  • 重庆万州网站建设网络营销费用预算
  • 昆明网站建设哪家好腾讯域名
  • 技术网站建设软件拉新推广平台
  • 遵义制作网站百度发广告需要多少钱
  • 建筑模型网站江苏短视频seo搜索
  • 网站做的相似网站主题
  • 关键词优化seo谷歌seo和百度seo区别
  • 星沙做网站如何搜索网页关键词
  • 在58做网站推广有效果吗网店seo是什么意思
  • 中国农业工程建设协会网站网站宣传和推广的方法有哪些
  • 国内网站建设费用联盟百度seo优化培训
  • 灵犀科技 高端网站建设首页企业网站seo
  • 网站开发要花费多少钱百度关键词价格查询
  • 中国风网站模板下载自己建网站的详细步骤