This commit is contained in:
wangjinlei
2021-09-06 13:25:36 +08:00
parent 0a1a45bf44
commit 845add65a3
4 changed files with 17 additions and 17 deletions

View File

@@ -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;