|
@@ -34,6 +34,7 @@
|
|
|
expandTrigger: 'hover',
|
|
|
children: 'ResearcherList',
|
|
|
emitPath: false,
|
|
|
+ multiple:true,
|
|
|
}"
|
|
|
clearable
|
|
|
placeholder="请选择研究员"
|
|
@@ -406,7 +407,7 @@
|
|
|
</el-form>
|
|
|
<div class="btn-group">
|
|
|
<el-button type="primary" plain @click="cancel">取消</el-button>
|
|
|
- <el-button type="primary" @click="confirm">确定</el-button>
|
|
|
+ <el-button type="primary" @click="confirm">确定1111</el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
</div>
|
|
@@ -753,6 +754,8 @@ export default {
|
|
|
// 默认数据改变时,重新赋值
|
|
|
initData(val){
|
|
|
this.formData={...this.formData,...val}
|
|
|
+ console.log(this.formData);
|
|
|
+
|
|
|
},
|
|
|
isShow(newval) {
|
|
|
newval && this.getResearcherList();
|