Browse Source

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

Xiao_123 6 tháng trước cách đây
mục cha
commit
0a853409ad
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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: []
     },