소스 검색

feat: 修复已功能类型,添加到了已删除的数据

Damon 8 달 전
부모
커밋
f09cf1d42a
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/mixin/index.js

+ 2 - 1
src/mixin/index.js

@@ -90,7 +90,8 @@ const devCategoryMixin = {
   methods: {
     getCateGory(status) {
       categoryList({
-        status: status
+        status: status,
+        isDelete: 0,
       }).then((res) => {
         res.data.map((i) => {
           this.categoryOptions.push({