魏志佳 %!s(int64=4) %!d(string=hai) anos
pai
achega
e7002ff050
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/views/modules/autoLaunch/configLaunchInfo.vue

+ 2 - 2
src/views/modules/autoLaunch/configLaunchInfo.vue

@@ -875,7 +875,7 @@
                         <a-form-item >
                             <a-cascader
                                 :options="createOptions"
-                                v-decorator="['creativeCategory',{ rules: [{ initialValue:[],required: whiteList.creative_category_switch==1, message: '创意分类必填' }] }]"
+                                v-decorator="['creativeCategory',{ initialValue:[], rules: [{ required: whiteList.creative_category_switch==1, message: '创意分类必填' }] }]"
                                 :fieldNames="fieldNames"
                                 placeholder="请选择创意分类"
                                 
@@ -895,7 +895,7 @@
                             mode="tags"
                             style="width: 100%"
                             placeholder="按回车生成标签"
-                            v-decorator="['creativeTag',{rules: [ {initialValue:[],required: whiteList.creative_category_switch==1, validator: creativeTagValid }]}]"
+                            v-decorator="['creativeTag',{ initialValue:[], rules: [ {required: whiteList.creative_category_switch==1, validator: creativeTagValid }]}]"
                             dropdownClassName="display-none-selset"
                             :token-separators="[',', ' ', ',']"
                             >