Commit aa1c2eb8 by WF1020

gitopn修改

parent 5b9f40c0
...@@ -7,8 +7,8 @@ export default { ...@@ -7,8 +7,8 @@ export default {
let rtnmsg = await Api.post(`/service/${objtyp.toLowerCase()}/doctre/assertDoctre`, doctreRequest); let rtnmsg = await Api.post(`/service/${objtyp.toLowerCase()}/doctre/assertDoctre`, doctreRequest);
if (rtnmsg.respCode == SUCCESS) { if (rtnmsg.respCode == SUCCESS) {
this.$set(this.model, 'doctre', { this.$set(this.model, 'doctre', {
tableData1: rtnmsg.data || [], tableData1: rtnmsg.data.doctreVoList || [],
tableData2: [] tableData2: rtnmsg.data.modifySet || [],
}) })
} }
loading.close(); loading.close();
......
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