diff --git a/src/components/jeecg/modal/ProcessDelivery.vue b/src/components/jeecg/modal/ProcessDelivery.vue index e3d5833..bfb67ee 100644 --- a/src/components/jeecg/modal/ProcessDelivery.vue +++ b/src/components/jeecg/modal/ProcessDelivery.vue @@ -353,11 +353,7 @@ this.close() }, handleSubmit() { - if (this.getFileData) { - this.$emit('close') - this.visible = false - return - } + if (!this.multi) { if (this.selectionRows && this.selectionRows.length > 1) { this.$message.warning('请选择一条记录') @@ -365,6 +361,11 @@ } } if (!this.selectionRows || this.selectionRows.length == 0) { + if (this.getFileData) { + this.$emit('close') + this.visible = false + return + } this.$message.warning('请选择一条记录') return false } diff --git a/src/components/jeecg/modal/ProcessPlan.vue b/src/components/jeecg/modal/ProcessPlan.vue index 7066d9c..ff7cf12 100644 --- a/src/components/jeecg/modal/ProcessPlan.vue +++ b/src/components/jeecg/modal/ProcessPlan.vue @@ -381,18 +381,25 @@ this.close() }, handleSubmit() { - if (this.getFileData) { + /*if (this.getFileData) { this.$emit('close') this.visible = false return - } + }*/ + console.log('//////////',this.changeData) if (!this.multi) { if (this.selectionRows && this.selectionRows.length > 1) { + this.$message.warning('请选择一条记录') return false } } if (!this.selectionRows || this.selectionRows.length == 0) { + if (this.getFileData){ + this.$emit('close') + this.visible = false + return + } this.$message.warning('请选择一条记录') return false } diff --git a/src/defaultSettings.js b/src/defaultSettings.js index 9672f83..3918af4 100644 --- a/src/defaultSettings.js +++ b/src/defaultSettings.js @@ -20,8 +20,8 @@ export default { contentWidth: 'Fixed', // layout of content: Fluid or Fixed, only works when layout is topmenu fixedHeader: true, // sticky header fixSiderbar: true, // sticky siderbar - autoHideHeader: true, // auto hide header - colorWeak: true, + autoHideHeader: false, // auto hide header + colorWeak: false, multipage: true, //默认多页签模式 // vue-ls options storageOptions: { diff --git a/src/views/activiti/applyHome.vue b/src/views/activiti/applyHome.vue index d81b83a..74f12dd 100644 --- a/src/views/activiti/applyHome.vue +++ b/src/views/activiti/applyHome.vue @@ -14,16 +14,16 @@
- - {{item.name}} - - 发起申请 - + + + + {{item.name}} +
- 版本:v.{{item.version}} +
diff --git a/src/views/activiti/applyList.vue b/src/views/activiti/applyList.vue index 3124ff9..defd790 100644 --- a/src/views/activiti/applyList.vue +++ b/src/views/activiti/applyList.vue @@ -130,7 +130,7 @@