|
@@ -49,6 +49,7 @@ export const useDemensionStore = defineStore({
|
|
const totalNum1 = await (await this.getList()).totalNum
|
|
const totalNum1 = await (await this.getList()).totalNum
|
|
this.deleted = 1
|
|
this.deleted = 1
|
|
const totalNum2 = await (await this.getList()).totalNum
|
|
const totalNum2 = await (await this.getList()).totalNum
|
|
|
|
+ this.deleted = 0
|
|
this.tabInfo.totalNumList = [totalNum1, totalNum2]
|
|
this.tabInfo.totalNumList = [totalNum1, totalNum2]
|
|
// console.log()
|
|
// console.log()
|
|
},
|
|
},
|