kongdeqiang
2023-09-12 eadd5784244d98dca21e5788440004432af8e803
src/components/page/leaderShow/Dialog/zhipaiForm.vue
@@ -108,10 +108,10 @@
            initData() {
                this.dialogVisible = true
                this.$byutil.postData4(this,this.pageConfig.weizhangData,null,res => {
                    this.weizhangOptions = res.obj
                    this.weizhangOptions = res.data
                })
                this.$byutil.postData4(this,this.pageConfig.zhixingrenData,null,res => {
                    this.zhixingrenOptions = res.obj
                    this.zhixingrenOptions = res.data
                })
            },
            submitForm(formName) {
@@ -120,7 +120,7 @@
                        this.$byutil.postData(this,this.pageConfig.saveData,this.zhipaiForm,res => {
                            this.$refs[formName].resetFields();
                            this.dialogVisible = false
                            this.$message.success(res.message)
                            this.$message.success(res.msg)
                        })
                    }
                })