|
@@ -153,7 +153,6 @@ export default {
|
|
|
const teamLi = [{ id: setTeam.value, value: setTeam.label }]
|
|
|
list.push({ deptId: setTeam.value, deptName: setTeam.label })
|
|
|
// find()
|
|
|
- console.log(val, this.typeVal, list, '牛大商场')
|
|
|
const obj = { ...this.nodeData, depts: list, odinNsName: this.typeVal.ns }
|
|
|
const res = await createOdinDeptRel(obj)
|
|
|
if (res.code === 200) {
|
|
@@ -190,7 +189,6 @@ export default {
|
|
|
return data.name.indexOf(value) !== -1
|
|
|
},
|
|
|
append(val) { // 设置
|
|
|
- console.log(val, '设置')
|
|
|
this.setTeam = {}
|
|
|
setTimeout(() => {
|
|
|
this.$refs.Cascader.selectValue = ''
|