sidemenu service demand count.

This commit is contained in:
cxc
2022-11-21 16:40:21 +08:00
parent daba128033
commit 136574a8f4
8 changed files with 158 additions and 45 deletions

View File

@ -14,7 +14,6 @@
<div :style="{ marginLeft: 140 + 'px' }">
<el-button @click="submitForm('2')">审核拒绝</el-button>
<el-button type="primary" @click="submitForm('1')">通过审核</el-button>
<el-button type="primary" @click="testCount">通过审核</el-button>
</div>
</div>
</template>
@ -32,9 +31,9 @@ import { useRoute, useRouter } from "vue-router";
import { ElMessage } from "element-plus";
import useUserStore from "@/store/modules/user";
const testCount = () => {
useUserStore().unApprovedBusinessPlus();
};
// const testCount = () => {
// useUserStore().unApprovedBusinessPlus();
// };
const router = useRouter();
const route = useRoute();