|
|
@@ -101,7 +101,6 @@ export const useEnterpriseStore = defineStore('enterprise', {
|
|
|
this.listsByState[state] = rows.map((item) => resolveAssetRecord(item));
|
|
|
this.loadStatus[state] = 'loaded';
|
|
|
} catch (e) {
|
|
|
- console.log('企业列表请求异常:', e);
|
|
|
this.listsByState[state] = [];
|
|
|
this.loadStatus[state] = 'error';
|
|
|
}
|