This commit is contained in:
parent
eb1e28847b
commit
a66406528f
|
|
@ -105,7 +105,7 @@ export const getDeptApi = (data) => {
|
||||||
// 装备类目-树
|
// 装备类目-树
|
||||||
export const getMaTypeApi = (data) => {
|
export const getMaTypeApi = (data) => {
|
||||||
return request({
|
return request({
|
||||||
url: '/material-mall/largeScreen/getMaType',
|
url: '/material-mall/order/secondAndThirdLevel',
|
||||||
method: 'get',
|
method: 'get',
|
||||||
params: data,
|
params: data,
|
||||||
})
|
})
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
v-if="dialogVisible"
|
v-if="dialogVisible"
|
||||||
v-loading="isLoading"
|
v-loading="isLoading"
|
||||||
:visible.sync="dialogVisible"
|
:visible.sync="dialogVisible"
|
||||||
width="65%"
|
width="85%"
|
||||||
:modal="false"
|
:modal="false"
|
||||||
class="dlg-box"
|
class="dlg-box"
|
||||||
>
|
>
|
||||||
|
|
@ -157,7 +157,7 @@
|
||||||
stripe
|
stripe
|
||||||
highlight-current-row
|
highlight-current-row
|
||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
:height="550"
|
:max-height="340"
|
||||||
class="table-container"
|
class="table-container"
|
||||||
>
|
>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
|
|
@ -425,6 +425,7 @@ export default {
|
||||||
},
|
},
|
||||||
changeProType(val) {
|
changeProType(val) {
|
||||||
console.log('🚀 ~ changeProType ~ val:', val)
|
console.log('🚀 ~ changeProType ~ val:', val)
|
||||||
|
this.deviceSeries = []
|
||||||
if (val) {
|
if (val) {
|
||||||
this.getDeviceSeriesList(val)
|
this.getDeviceSeriesList(val)
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue