Commit aa1c2eb8 by WF1020

gitopn修改

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