Commit 69b20250 by xionglin

litopn初始化修改

parent 7559895c
...@@ -21,7 +21,8 @@ export default { ...@@ -21,7 +21,8 @@ export default {
...doctre, ...doctre,
async init() { async init() {
const params = { const params = {
spt: JSON.parse(localStorage.getItem('review_' + this.trnName)) spt: JSON.parse(localStorage.getItem('row_' + this.trnName)),
trn:JSON.parse(localStorage.getItem('review_'+this.trnName))
} }
const loading = this.loading(); const loading = this.loading();
const res = await Api.post('/service/litopn/init', { const res = await Api.post('/service/litopn/init', {
......
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