1.修复物资分类问题

ywj_dev
x_z 2 years ago
parent 83e1749d08
commit 0273eea91e

@ -74,7 +74,8 @@
</el-button-group>
</div>
<el-divider style="margin: 15px"></el-divider>
<el-table v-loading="loading" :data="list" style="width: 100%;" @selection-change="handleSelectionChange" border key="1">
<el-table v-loading="loading" :data="list" style="width: 100%;" @selection-change="handleSelectionChange" border
key="1">
<el-table-column type="selection" width="55" :selectable="selectable"></el-table-column>
<el-table-column label="最小销售产品标识" prop="nameCode" width="140" show-overflow-tooltip></el-table-column>
<el-table-column label="主系统编码" prop="mainId" show-overflow-tooltip></el-table-column>
@ -103,8 +104,6 @@ import {bindBasicHospProduct, saveBasicHospType,getBindList} from "@/api/basic/b
import {sysFilter} from '@/api/basic/udiRelevance'
export default {
props: {
rId: {
@ -124,7 +123,8 @@ export default {
addType: 1,
thrPiId: null,
filterType: null,
diType: 1
diType: 1,
bindType: 1
},
productList: [],
loading: false,
@ -231,11 +231,8 @@ export default {
},
mounted() {
},
components: {
},
components: {},
created() {
this.filterQuery.bindType=1
this.getList();
this.getSysFilter();

Loading…
Cancel
Save