970319330@qq.com 6 ngày trước cách đây
mục cha
commit
7d5a78fa79

BIN
.DS_Store


+ 1 - 1
src/bgj/ServiceMaterialClass/modules/add.vue

@@ -5,7 +5,7 @@
       :title="$t(`新建品牌`)"
       :visible.sync="drawer"
       :wrapperClosable="false"
-      size="90%"
+      size="700px"
       direction="rtl"
       :show-close="false"
       append-to-body>

+ 2 - 2
src/bgj/ServiceMaterialClass/modules/edit.vue

@@ -69,10 +69,10 @@ name: "edit",
       this.$refs['form'].validate(async (valid) => {
         if (!valid) return false
         const res = await this.$api.requested({
-          "id": "20220922085003",
+          "id": "20220922085004",
           "version": 1,
           "content": {
-            "sa_brandid": this.form.sa_brandid,
+            "sa_brand_bgjid": this.form.sa_brand_bgjid,
             "brandname": this.form.brandname
           }
         })