guanqb
2024-01-31 f22707cc667d94c44f753fe5f842a64e4f5c1ad8
src/views/property/companyManage.vue
@@ -142,10 +142,7 @@
    created () {
        this.initBasicInfo()
        let param = {
            subclassName: '基础信息'
        }
        this.questionBankOnLoad(this.page, param)
        this.questionBankOnLoad(this.page)
    },
    methods: {
@@ -165,7 +162,6 @@
                        message: "操作成功!",
                    })
                    this.initBasicInfo()
                    done()
                },
                (error) => {
                    window.console.log(error)
@@ -175,7 +171,7 @@
        },
        // 获取题目
        questionBankOnLoad (page, params = {}) {
        questionBankOnLoad (page, params = { subclassName: '基础信息' }) {
            getList(
                page.currentPage,
                page.pageSize,
@@ -198,6 +194,7 @@
                        type: "success",
                        message: "操作成功!",
                    })
                    this.questionBankOnLoad(this.page)
                },
                (error) => {
                    window.console.log(error)
@@ -213,7 +210,7 @@
            this.questionBankOnLoad(this.page, param)
        },
        // 提交按钮
        // 保存按钮
        handleSubmit () {
            // 保存基本信息
            this.saveBasicInfo()