BUG 28178

This commit is contained in:
aixianling
2022-03-14 18:32:50 +08:00
parent d74745e9bd
commit a26b43adff

View File

@@ -222,7 +222,9 @@ export default {
}) })
}, },
getType() { getType() {
this.$http.post(`/app/appapplicationinfo/queryApplicationListByType?type=0`).then((res) => { this.$http.post(`/app/appapplicationinfo/queryApplicationListByType`, null, {
params: {type: 0, status: 1}
}).then((res) => {
if (res?.data) { if (res?.data) {
this.typeList = res.data this.typeList = res.data
} }