feat: 创建网站过滤用过的APP

pull/161/head
zhengkunwang223 2 years ago committed by zhengkunwang223
parent bb4799e611
commit 23babbd773

@ -117,6 +117,7 @@ export namespace App {
export interface AppInstalledSearch { export interface AppInstalledSearch {
type: string; type: string;
unused?: boolean;
} }
export interface AppService { export interface AppService {

@ -258,7 +258,7 @@ const handleClose = () => {
}; };
const searchAppInstalled = () => { const searchAppInstalled = () => {
GetAppInstalled({ type: 'website' }).then((res) => { GetAppInstalled({ type: 'website', unused: true }).then((res) => {
appInstalles.value = res.data; appInstalles.value = res.data;
if (res.data.length > 0) { if (res.data.length > 0) {
website.value.appInstallId = res.data[0].id; website.value.appInstallId = res.data[0].id;

Loading…
Cancel
Save