update: 大屏接口
This commit is contained in:
@@ -49,6 +49,10 @@
|
||||
type: Number,
|
||||
default: () => 0,
|
||||
},
|
||||
centerId: {
|
||||
type: String,
|
||||
default: () => '',
|
||||
},
|
||||
});
|
||||
const chooseType = ref('0');
|
||||
const selectValue = ref('');
|
||||
@@ -96,6 +100,7 @@
|
||||
twoLApi({
|
||||
sex: chooseType.value,
|
||||
depart: selectValue.value,
|
||||
centerId: props.centerId,
|
||||
})
|
||||
.then((res: any) => {
|
||||
if (res.code == 200) {
|
||||
|
||||
Reference in New Issue
Block a user