Commit 0d3716d4 by SunJie

面函

parents 5ed5fb80 7ddc2564
...@@ -325,7 +325,7 @@ export default { ...@@ -325,7 +325,7 @@ export default {
const params = { const params = {
index: index index: index
} }
rtnmsg = await Api.post("ditopn/executeDocpan/trnmod.trndoc.doccur.butshw", { ...Utils.flatObject(this.model), params }) rtnmsg = await Api.post("ditopn/executeDocpan", { ...Utils.flatObject(this.model), params })
} }
if (rtnmsg.respCode == "AAAAAA") { if (rtnmsg.respCode == "AAAAAA") {
if (cortyp == 'SWT' || cortyp == 'FMT' || cortyp == 'CMT') { if (cortyp == 'SWT' || cortyp == 'FMT' || cortyp == 'CMT') {
...@@ -381,7 +381,7 @@ export default { ...@@ -381,7 +381,7 @@ export default {
const params = { const params = {
index: index index: index
} }
let rtnmsg = await Api.post("ditopn/executeDocpanDetail/trnmod.trndoc.doccur.butadd", { ...Utils.flatObject(this.model), params }) let rtnmsg = await Api.post("ditopn/executeDocpanDetail", { ...Utils.flatObject(this.model), params })
if (rtnmsg.respCode == "AAAAAA") { if (rtnmsg.respCode == "AAAAAA") {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
let viewurl ="/#/docpan/detail"; let viewurl ="/#/docpan/detail";
......
...@@ -55,8 +55,6 @@ module.exports = (options = {}) => ({ ...@@ -55,8 +55,6 @@ module.exports = (options = {}) => ({
extensions: ['.js', '.vue', '.json', '.css'] extensions: ['.js', '.vue', '.json', '.css']
}, },
devServer: { devServer: {
open:true,
openPage:"#/login",
host: '127.0.0.1', host: '127.0.0.1',
port: 8010, port: 8010,
proxy: { proxy: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment