|
@@ -91,7 +91,6 @@ const devCategoryMixin = {
|
|
getCateGory(status) {
|
|
getCateGory(status) {
|
|
categoryList({
|
|
categoryList({
|
|
status: status,
|
|
status: status,
|
|
- isDelete: 0,
|
|
|
|
}).then((res) => {
|
|
}).then((res) => {
|
|
res.data.map((i) => {
|
|
res.data.map((i) => {
|
|
this.categoryOptions.push({
|
|
this.categoryOptions.push({
|
|
@@ -132,8 +131,13 @@ const devFucMixin = {
|
|
devFucOptions: [],
|
|
devFucOptions: [],
|
|
};
|
|
};
|
|
},
|
|
},
|
|
|
|
+
|
|
|
|
+
|
|
mounted() {
|
|
mounted() {
|
|
- functionList().then((res) => {
|
|
|
|
|
|
+ functionList({
|
|
|
|
+ status: 0,
|
|
|
|
+ isDelete: 0,
|
|
|
|
+ }).then((res) => {
|
|
if (res.code === 0) {
|
|
if (res.code === 0) {
|
|
res.data.map((i) => {
|
|
res.data.map((i) => {
|
|
this.devFucOptions.push({
|
|
this.devFucOptions.push({
|