From 2badd826f8e96f1b9ed073133bdbb8c75ed02ff7 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期五, 28 七月 2023 11:02:32 +0800 Subject: [PATCH] 提交代码 --- Source/UBCS-WEB/src/components/Tree/classifyTrees.vue | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/Source/UBCS-WEB/src/components/Tree/classifyTrees.vue b/Source/UBCS-WEB/src/components/Tree/classifyTrees.vue index 41160fd..63be185 100644 --- a/Source/UBCS-WEB/src/components/Tree/classifyTrees.vue +++ b/Source/UBCS-WEB/src/components/Tree/classifyTrees.vue @@ -214,7 +214,7 @@ </template> </avue-crud> </basic-container> - <templatePro :ProData="this.ProData" :crudOid="this.crudOid" :crudLCStatus="this.crudLCStatus" :crudArray="this.crudArray" :Formlist="this.Formlist" :codeClassifyOid="this.codeClassifyOid"></templatePro> + <templatePro :ProData="this.ProData" :rowIndex="this.selectRow" :crudOid="this.crudOid" :crudLCStatus="this.crudLCStatus" :crudArray="this.crudArray" :Formlist="this.Formlist" :codeClassifyOid="this.codeClassifyOid"></templatePro> </span> <!-- 缂栫爜瑙勫垯--> <el-dialog :visible.sync="MasterdialogVisible" title="涓恒�愮紪鐮佽鍒欍�戦�夊彇鍊�" append-to-body> @@ -716,6 +716,14 @@ } }, methods: { + /** 瀵煎叆 */ + ImportExcel(){ + + }, + /** 瀵煎嚭 */ + ExportExcel(){ + + }, //妯℃澘绠$悊宸插彂甯冪紪杈� // checkShowEditBtn() { // this.showEditBtn = this.Formlist.some(item => item.lcStatus === 'Released'); @@ -937,6 +945,7 @@ this.crudOid=row.oid; this.crudLCStatus=row.lcStatus; this.crudArray.push(row); + console.log(row.$index) gridCodeClassifyTemplateAttr({'conditionMap[classifyTemplateOid]': row.oid}).then(res => { this.ProData = res.data.data; //鍒嗙被娉ㄥ叆鏁版嵁鏍煎紡 -- Gitblit v1.9.3