修复接口代理问题
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user