Просмотр исходного кода

Merge branch 'dev' of https://git.citupro.com/zhengnaiwen_citu/menduner into dev

Xiao_123 6 месяцев назад
Родитель
Сommit
0a853409ad
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/plugins/necessaryInfo/components/infoForm.vue

+ 2 - 2
src/plugins/necessaryInfo/components/infoForm.vue

@@ -113,7 +113,7 @@ const items = ref({
       itemTextName: 'enterpriseName',
       itemText: 'value',
       itemValue: 'key',
-      // rules: [v => !!v || '任职企业名称(可填暂无)'],
+      rules: [v => !!v || '请填写任职企业名称(可填暂无)'],
       search: getEnterpriseData,
       items: []
     },
@@ -130,7 +130,7 @@ const items = ref({
       itemText: 'nameCn',
       itemValue: 'id',
       dictTypeName: 'positionSecondData',
-      // rules: [v => !!v || '任职职位名称(没有可填暂无)'],
+      rules: [v => !!v || '请填写任职职位名称(可填暂无)'],
       search: val => positionName = val,
       items: []
     },