From c72d602c31026a435f6b724c0c87a00b50f875e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Thu, 30 Jun 2022 23:39:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/xm/core/xmEnvList.js | 2 +- src/views/xm/core/xmIteration/XmIterationMng.vue | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/api/xm/core/xmEnvList.js b/src/api/xm/core/xmEnvList.js index bd22958e..d6311846 100644 --- a/src/api/xm/core/xmEnvList.js +++ b/src/api/xm/core/xmEnvList.js @@ -34,7 +34,7 @@ export const addXmEnvList = params => { return axios.post(`${base}/xm/core/xmEnv //初始化页面上的字典 export const initDicts = (that) => { var itemCodes=[];//在此添加要加载的字典 如['sex','grade','lvl'] - that.dicts['readQx']=[{id:'0',name:'全部可读'},{id:'1',name:'同机构可读'},{id:'2',name:'同项目可读'},{id:'3',name:'创建者的上级可读'},{id:'9',name:'仅自己可读'},] + that.dicts['readQx']=[{id:'0',name:'全部可读'},{id:'1',name:'同机构可读'},{id:'2',name:'同项目可读'},{id:'9',name:'仅自己可读'},] that.dicts['writeQx']=[{id:'0',name:'全部可写'},{id:'1',name:'同机构可写'},{id:'2',name:'同项目可写'},{id:'3',name:'创建者的上级可写'},{id:'9',name:'仅自己可写'},] if(itemCodes.length>0){ initSimpleDicts('all',itemCodes).then(res=>{ diff --git a/src/views/xm/core/xmIteration/XmIterationMng.vue b/src/views/xm/core/xmIteration/XmIterationMng.vue index c2d2600f..f7d8dca5 100644 --- a/src/views/xm/core/xmIteration/XmIterationMng.vue +++ b/src/views/xm/core/xmIteration/XmIterationMng.vue @@ -205,7 +205,8 @@ import XmIterationSelect from '@/views/xm/core/components/XmIterationSelect.vue' pid: 'pid', startDate: 'startTime', endDate: 'endTime', - } + }, + menukey:'unFocus', /**end 自定义属性请在上面加 请加备注**/ } },//end data