diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss index 4f3a807..c14453a 100644 --- a/src/assets/styles/index.scss +++ b/src/assets/styles/index.scss @@ -377,8 +377,8 @@ html, body, #app, .el-container, .el-aside, .el-main { //放大缩小按钮上外边距 .scale { margin-top: 10px; - z-index: 666; - position: static; + //z-index: 666; + //position: static; //top: -20px; } diff --git a/src/components/DetailComponent/ApprovalDetail.vue b/src/components/DetailComponent/ApprovalDetail.vue index 06362a5..0bc03e8 100644 --- a/src/components/DetailComponent/ApprovalDetail.vue +++ b/src/components/DetailComponent/ApprovalDetail.vue @@ -55,19 +55,9 @@ const props = defineProps({ default: false } }) -watch(() => props.loading, (newVal) => { - props.loading = newVal -}, {deep: true}) const form = ref() - -const localData = reactive({ - fileList: props.formData.fileList, - singleFile: props.formData.singleFile -}) - const schema = computed(()=>{ let arr - if(props.type == 'approval') { arr = [ { @@ -86,7 +76,7 @@ const schema = computed(()=>{ component: ()=>(