GuLiMmo
2023-12-23 6bff19bca7c57fe7db0d62dd0f3f2e5ccd1a1608
src/views/evaluate/components/addDialog.vue
@@ -200,7 +200,7 @@
        },
        handleSubmit() {
            this.$refs.addFormRef.validate(valid => {
                this.addForm.evaluateState = 1
                this.params.type && (this.addForm.evaluateState = 1)
                add(this.addForm).then(
                    () => {
                        this.$message({