Commit caf5f66d by WF1020

brtdck修改

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