Browse Source

提交自提点管理代码

pangqijun 1 year ago
parent
commit
c476c8b893
2 changed files with 5 additions and 5 deletions
  1. 1 1
      src/views/groupon/groupon.vue
  2. 4 4
      src/views/mall/goodsinfo.vue

+ 1 - 1
src/views/groupon/groupon.vue

@@ -351,7 +351,7 @@ export default {
             dicUrl: "/api/platform/userApp/list?username={{key}}&state=1&livingHall=1&size100",
             props: {
               label: "username",
-              value: "id"
+              value: "userId"
             },
             dicFormatter: function (res) {
               return res.data.records;

+ 4 - 4
src/views/mall/goodsinfo.vue

@@ -159,15 +159,15 @@
             {
               label: "供应商",
               prop: "supplierId",
-              editDisplay: false,
+              editDisplay: true,
               viewDisplay: false,
               remote: true,
               hide: true,
               type: "select",
-              dicUrl: "/api/mall/store/list?userName={{key}}&state=1&auditState=1&size=30",
+              dicUrl: "/api/mall/store/list?name={{key}}&state=1&auditState=1&size=30",
               props: {
-                label: "userName",
-                value: "userId"
+                label: "name",
+                value: "id"
               },
               dicFormatter: function (res) {
                 return res.data.records;