文档工具-认证清单维护-批量设置

This commit is contained in:
刘彦泽
2023-03-14 16:56:17 +08:00
parent 0e6a8a3632
commit 06a0b0651c
@@ -18,7 +18,6 @@
<a-form-model-item class="itemModel-multi">
<j-dict-select-tag class="box-input"
v-model="formInline.dutyTerritory"
@input="handleInput('dutyTerritory')"
:placeholder="$t('PleaseSelect')+$t('areaOfResponsibility')"
:type="'select'"
:triggerChange="false" :dictCode="'duty_territory'"/>
@@ -149,12 +148,12 @@ export default {
this.formInline = {}
this.visible = false
},
handleInput(value) {
this.$nextTick(() => {
this.formInline = { ...this.formInline }
this.$refs.ruleForm.validateField([value])
})
},
// handleInput(value) {
// this.$nextTick(() => {
// this.formInline = { ...this.formInline }
// this.$refs.ruleForm.validateField([value])
// })
// },
getDeliverableTree() {
getAction('/sys/category/getDeliverableTree', {}).then((res) => {
if (res.success) {