cloud-web-corejs 1.0.54-dev.238 → 1.0.54-dev.239
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -54,10 +54,11 @@
|
|
54
54
|
</tr>
|
55
55
|
<tr>
|
56
56
|
<th>
|
57
|
-
|
57
|
+
<em class="f-red">*</em>
|
58
|
+
{{ $t1('执行组织编码') }}
|
58
59
|
</th>
|
59
60
|
<td colspan="5">
|
60
|
-
<el-form-item prop="exeCompanyCode" :rules="[{ required:
|
61
|
+
<el-form-item prop="exeCompanyCode" :rules="[{ required: true, trigger: 'blur' }]">
|
61
62
|
<el-input type="text" autocomplete="off" v-model="requestSetting.exeCompanyCode" clearable/>
|
62
63
|
</el-form-item>
|
63
64
|
</td>
|