Commit f3de2cda by chengzhuoshen

前端暂存代码

parent 096a98e9
...@@ -6,7 +6,6 @@ import glentry from '~/components/business/glentry/event' ...@@ -6,7 +6,6 @@ import glentry from '~/components/business/glentry/event'
import engp from '~/components/business/engp/event' import engp from '~/components/business/engp/event'
import docpan from '~/components/business/docpan/event' import docpan from '~/components/business/docpan/event'
import ccvpan from '~/components/business/ccvpan/event' import ccvpan from '~/components/business/ccvpan/event'
import Api from "~/service/Api"
import GitopnRequest from "../model/GitopnRequest" import GitopnRequest from "../model/GitopnRequest"
export default { export default {
...@@ -169,7 +168,7 @@ export default { ...@@ -169,7 +168,7 @@ export default {
// 支出目的修改--联动保函开立类型 // 支出目的修改--联动保函开立类型
handleChangePurpos() { handleChangePurpos() {
this.queryHndtypCodeTableList(this.root.trnName); this.queryHndtypCodeTableList(this.root.trnName);
methods: { },
//组GitopnRequest //组GitopnRequest
buildGitopnRequest() { buildGitopnRequest() {
let gitopnRequest = new GitopnRequest().data; let gitopnRequest = new GitopnRequest().data;
...@@ -307,5 +306,4 @@ export default { ...@@ -307,5 +306,4 @@ export default {
this.queryHndtypCodeTableList(this.root.trnName) this.queryHndtypCodeTableList(this.root.trnName)
} }
}, },
},
}; };
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