修复接口代理问题

This commit is contained in:
aixianling
2022-08-31 17:29:17 +08:00
parent 6c44cf5a65
commit b1d31708da
5 changed files with 5 additions and 5 deletions

View File

@@ -410,7 +410,7 @@ export default {
this.$refs["ruleForm1"].validate(valid => {
if (valid) {
this.form1.id = this.detail.id;
this.instance.post('/oa/approv-alapply-info/approval', this.form1).then(res => {
this.instance.post('/api/oa/approv-alapply-info/approval', this.form1).then(res => {
if (res && res.code == 0) {
this.$message.success("转办成功");
this.approval.goBack()