布局政策征求意见流程

This commit is contained in:
范强强
2023-10-18 14:33:37 +08:00
parent 8ee5bac28c
commit 303d13fa2a
@@ -508,9 +508,11 @@
this.$refs['zczqyjForm'].validate((valid) => {
if (valid) {
if (this.showPersonnel) {
this.$refs.personnelInformationRef.submit(() => {
this.$refs.personnelInformationRef.submit((row) => {
this.isSubmit = true
this.saveLoading = true;
this.roleForm = row
this.startProcessRollBack()
})
}
} else {