【fix】bug80812
This commit is contained in:
@@ -77,6 +77,7 @@ export default {
|
||||
this.$refs.businessSelect.visible = true
|
||||
if (!this.isMultiple) {
|
||||
this.$refs.businessSelect.selectedRowKeys[0] = this.value.id
|
||||
this.$refs.businessSelect.selectedCompany = this.value
|
||||
} else {
|
||||
// 很重要 内部的删除像没有作用一样
|
||||
if(this.value.id) {
|
||||
@@ -93,7 +94,7 @@ export default {
|
||||
* @param value
|
||||
*/
|
||||
handleOk(value) {
|
||||
console.log('--------value---------', 'value')
|
||||
console.log('--------value---------', value)
|
||||
let company = {id: undefined, companyName: undefined}
|
||||
// 多选的时候 全部放在一起,以逗号分隔
|
||||
if (this.isMultiple) {
|
||||
|
||||
Reference in New Issue
Block a user