文档工具-认证清单维护-批量设置
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user