Преглед изворни кода

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