布局政策征求意见流程
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user