Commit 0545a53d authored by 13841799530's avatar 13841799530

bug修复

解润东
20220113
parent b5205f11
Pipeline #7825 passed with stage
in 10 seconds
......@@ -26,7 +26,7 @@
placeholder="问题描述"
:rules="[{ required: true, message: '请填写问题描述' }]"
:disabled="isFormwork"
required
:required="!isFormwork?true:false"
@input="numInput"
/>
<van-field
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment