Commit fc80ffd4 by WF1020

gitcan修改

parent aba0fa3b
...@@ -85,7 +85,7 @@ export default { ...@@ -85,7 +85,7 @@ export default {
tbl: 'LG', tbl: 'LG',
}; };
const loading = this.loading(); const loading = this.loading();
let res = await Api.post('/service/gitopn/getOwnRef', params); let res = await Api.post('/service/gitcan/getOwnRef', params);
if (res.respCode == SUCCESS) { if (res.respCode == SUCCESS) {
loading.close(); loading.close();
this.model.gidgrp.rec.ownref = res.data; this.model.gidgrp.rec.ownref = res.data;
...@@ -132,7 +132,7 @@ export default { ...@@ -132,7 +132,7 @@ export default {
}, },
transName: trnName.toUpperCase(), transName: trnName.toUpperCase(),
}; };
let res = await Api.post('/service/gitopn/initHndtyp', params); let res = await Api.post('/service/gitcan/initHndtyp', params);
if (res.respCode == SUCCESS) { if (res.respCode == SUCCESS) {
this.$set(this.codes, 'voHndtyp', res.data); this.$set(this.codes, 'voHndtyp', res.data);
} }
......
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