yangys
2025-08-17 cafa9ae77da5ae18db0336a353a79a639b7cc299
src/views/wel/components/TodolistLeft.vue
@@ -42,6 +42,7 @@
    },
    data() {
        return {
            fileType: '',
            showContentId: '',
            attForm: {
                att: '',
@@ -75,7 +76,7 @@
                            processNo: this.processNo,
                            processEdition: this.processEdition,
                            processInstanceId: this.replaceDataId,
                            fileType: attForm.fileType,
                            fileType: this.fileType,
                        },
                    }
                ]
@@ -133,6 +134,8 @@
        'attForm.fileType': {
            handler(newVal) {
                this.attOption.column[1].data.fileType = newVal;
                this.fileType = newVal;
                console.log(this.fileType)
            },
            immediate: true,
        },