Commit caf5f66d by WF1020

brtdck修改

parent 135c155d
...@@ -120,10 +120,7 @@ export default class Brtdck { ...@@ -120,10 +120,7 @@ export default class Brtdck {
mhtyp: '', mhtyp: '',
brtp: { brtp: {
docgrdm: { docgrdm: {
docgrd: { docgrd: []
splice: '',
push: ''
}
}, },
oth: { oth: {
pts: new Pts().data, pts: new Pts().data,
......
...@@ -178,7 +178,6 @@ ...@@ -178,7 +178,6 @@
</template> </template>
<script> <script>
import Api from "~/service/Api" import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable" import CodeTable from "~/config/CodeTable"
import event from '../event' import event from '../event'
import Ptap1 from "~/views/Public/Ptap1"; import Ptap1 from "~/views/Public/Ptap1";
......
...@@ -21,7 +21,7 @@ export default { ...@@ -21,7 +21,7 @@ export default {
...doctre, ...doctre,
async init() { async init() {
const params = { const params = {
spt: JSON.parse(localStorage.getItem('row_' + this.trnName)) // spt: JSON.parse(localStorage.getItem('row_' + 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