法规清单、认证清单、市场法规清单、市场认证清单增加责任部门
This commit is contained in:
@@ -278,6 +278,7 @@
|
||||
},
|
||||
edit(data) {
|
||||
this.visible = true
|
||||
this.dutyTerritoryList = []
|
||||
this.getSysCategoryTree()
|
||||
this.getFirstLevelDutyTerritory()
|
||||
this.$nextTick(() => {
|
||||
|
||||
@@ -95,11 +95,11 @@
|
||||
</span>
|
||||
</a-select-option>
|
||||
</a-select>
|
||||
<!-- <j-multi-select-tag class="box-input" v-model="formInline.dutyTerritory"-->
|
||||
<!-- @change="dutyTerritoryChange"-->
|
||||
<!-- :placeholder="$t('PleaseSelect')+$t('areaOfResponsibility')"-->
|
||||
<!-- :type="'select'"-->
|
||||
<!-- :triggerChange="false" :dictCode="'duty_territory'"/>-->
|
||||
<!-- <j-multi-select-tag class="box-input" v-model="formInline.dutyTerritory"-->
|
||||
<!-- @change="dutyTerritoryChange"-->
|
||||
<!-- :placeholder="$t('PleaseSelect')+$t('areaOfResponsibility')"-->
|
||||
<!-- :type="'select'"-->
|
||||
<!-- :triggerChange="false" :dictCode="'duty_territory'"/>-->
|
||||
</a-form-model-item>
|
||||
</div>
|
||||
</a-col>
|
||||
@@ -401,10 +401,10 @@
|
||||
rules: {},
|
||||
ids: [],
|
||||
code: '',
|
||||
dutyTerritoryList:[],
|
||||
dutyTerritoryList: [],
|
||||
regulatoryEngineerList: [],
|
||||
engineeringInterfacePersonList: [],
|
||||
firstLevelDutyTerritoryList:[],
|
||||
firstLevelDutyTerritoryList: []
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
@@ -468,6 +468,7 @@
|
||||
edit(data, code, content) {
|
||||
this.visible = true
|
||||
this.regulatoryEngineerList = []
|
||||
this.dutyTerritoryList = []
|
||||
this.engineeringInterfacePersonList = []
|
||||
this.getDeliverableTree()
|
||||
this.getFirstLevelDutyTerritory()
|
||||
|
||||
+2
-1
@@ -216,7 +216,7 @@
|
||||
typeOfDeliverablesList: [],
|
||||
name: '',
|
||||
DeliverableTreeList: [],
|
||||
dutyTerritoryList:[],
|
||||
dutyTerritoryList: []
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
@@ -267,6 +267,7 @@
|
||||
this.$nextTick(() => {
|
||||
this.ids = data || []
|
||||
this.formInline = {}
|
||||
this.dutyTerritoryList = []
|
||||
this.name = name
|
||||
if (content && name == this.$t('BatchSetting')) {
|
||||
// this.formInline.dutyTerritory = content.dutyTerritory
|
||||
|
||||
@@ -147,6 +147,7 @@ export default {
|
||||
edit(data) {
|
||||
this.visible = true
|
||||
this.getFirstLevelDutyTerritory()
|
||||
this.dutyTerritoryList = []
|
||||
this.$nextTick(() => {
|
||||
this.ids = data || []
|
||||
this.formInline = {}
|
||||
|
||||
Reference in New Issue
Block a user