# Conflicts:
#	src/api/index.js
This commit is contained in:
xulu
2021-09-08 09:47:35 +08:00
3 changed files with 14 additions and 13 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;