浏览代码

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({