wuhongyu 5 年之前
父节点
当前提交
b27f157a3e
共有 2 个文件被更改,包括 2 次插入3 次删除
  1. 1 1
      src/views/enterprise/enterprisexuqiu.vue
  2. 1 2
      src/views/market/marketfabu.vue

+ 1 - 1
src/views/enterprise/enterprisexuqiu.vue

@@ -91,7 +91,7 @@ export default {
       if (this.$checkRes(res, msg)) this.$router.push({ path: '/enterprise/enterprisefabu' });
     },
     // 查询类型
-    async maarkettype({ category = 123, ...info } = {}) {
+    async maarkettype({ category = 54, ...info } = {}) {
       const res = await this.markettypeList({ category, ...info });
       console.log(res.data);
 

+ 1 - 2
src/views/market/marketfabu.vue

@@ -46,7 +46,6 @@ export default {
       data.userid = this.user.uid;
       let res;
       let msg;
-
       if (data.id) {
         res = await this.productUpdate(data);
         msg = `${this.keyWord}修改成功`;
@@ -57,7 +56,7 @@ export default {
       if (this.$checkRes(res, msg)) this.$router.push({ path: '/market/index' });
     },
     // 查询类型
-    async maarkettype({ category = 123, ...info } = {}) {
+    async maarkettype({ category = 54, ...info } = {}) {
       const res = await this.markettypeList({ category, ...info });
       console.log(res.data);