This commit is contained in:
bb_pan 2025-11-07 17:10:10 +08:00
parent eb1e28847b
commit a66406528f
2 changed files with 4 additions and 3 deletions

View File

@ -105,7 +105,7 @@ export const getDeptApi = (data) => {
// 装备类目-树
export const getMaTypeApi = (data) => {
return request({
url: '/material-mall/largeScreen/getMaType',
url: '/material-mall/order/secondAndThirdLevel',
method: 'get',
params: data,
})

View File

@ -4,7 +4,7 @@
v-if="dialogVisible"
v-loading="isLoading"
:visible.sync="dialogVisible"
width="65%"
width="85%"
:modal="false"
class="dlg-box"
>
@ -157,7 +157,7 @@
stripe
highlight-current-row
style="width: 100%"
:height="550"
:max-height="340"
class="table-container"
>
<el-table-column
@ -425,6 +425,7 @@ export default {
},
changeProType(val) {
console.log('🚀 ~ changeProType ~ val:', val)
this.deviceSeries = []
if (val) {
this.getDeviceSeriesList(val)
} else {