xiaohaizhao 11 mesiacov pred
rodič
commit
3af4354252
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      store/insert/store.vue

+ 1 - 1
store/insert/store.vue

@@ -96,7 +96,7 @@ export default {
             key: "markettype",
             type: "customClass",
             label: "门店卖场类型",
-            isMust: false,//是否必填
+            isMust: true,//是否必填
             isMultipleChoice: false,//是否多选
             value: '',// 多选[] 单选 ""
             list: await this.getCustomClass('storetype')