Merge remote-tracking branch 'origin/dev_2nd_LCYH' into dev_2nd_LCYH
This commit is contained in:
@@ -18,7 +18,6 @@
|
|||||||
<a-form-model-item class="itemModel-multi">
|
<a-form-model-item class="itemModel-multi">
|
||||||
<j-dict-select-tag class="box-input"
|
<j-dict-select-tag class="box-input"
|
||||||
v-model="formInline.dutyTerritory"
|
v-model="formInline.dutyTerritory"
|
||||||
@input="handleInput('dutyTerritory')"
|
|
||||||
:placeholder="$t('PleaseSelect')+$t('areaOfResponsibility')"
|
:placeholder="$t('PleaseSelect')+$t('areaOfResponsibility')"
|
||||||
:type="'select'"
|
:type="'select'"
|
||||||
:triggerChange="false" :dictCode="'duty_territory'"/>
|
:triggerChange="false" :dictCode="'duty_territory'"/>
|
||||||
@@ -149,12 +148,12 @@ export default {
|
|||||||
this.formInline = {}
|
this.formInline = {}
|
||||||
this.visible = false
|
this.visible = false
|
||||||
},
|
},
|
||||||
handleInput(value) {
|
// handleInput(value) {
|
||||||
this.$nextTick(() => {
|
// this.$nextTick(() => {
|
||||||
this.formInline = { ...this.formInline }
|
// this.formInline = { ...this.formInline }
|
||||||
this.$refs.ruleForm.validateField([value])
|
// this.$refs.ruleForm.validateField([value])
|
||||||
})
|
// })
|
||||||
},
|
// },
|
||||||
getDeliverableTree() {
|
getDeliverableTree() {
|
||||||
getAction('/sys/category/getDeliverableTree', {}).then((res) => {
|
getAction('/sys/category/getDeliverableTree', {}).then((res) => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
|
|||||||
Reference in New Issue
Block a user