update 提交问题

This commit is contained in:
赵霄
2023-09-28 17:49:07 +08:00
parent 51245e8c54
commit 2282b0f8b9
@@ -57,7 +57,7 @@
@change="event => event.target.value = event.target.value.trim()"
:maxLength="500"
v-decorator="['problemDescription', validatorRules.problemDescription]" />
<j-upload v-decorator="['file', validatorRules.file]" return-id/>
<j-upload v-decorator="['file', validatorRules.file]" return-id />
</a-form-item>
</a-col>
</a-row>
@@ -67,7 +67,7 @@
<script>
import { submitDomesticQuestion, submitOverseasQuestion } from '../../../../api/standardRegulationLibraryApi.js'
import { getCarTypeProjectList } from '../../../../api/api.js'
import { getCarTypeProjectList } from '../../../../api/projectLibraryApi.js'
import { StandardSource } from '../../../../enums/commonEnums.js'
export default {