20210906
This commit is contained in:
@@ -307,7 +307,7 @@
|
||||
this.$refs.old_Form.validate((valid) => {
|
||||
if (valid) {
|
||||
this.$api
|
||||
.post('api/Chief/addJournalBoardHas', this.oldForm)
|
||||
.post('api/Chief/addChiefHas', this.oldForm)
|
||||
.then(res => {
|
||||
if (res.code == 0) {
|
||||
this.oldVisible = false;
|
||||
|
||||
Reference in New Issue
Block a user