|
|
@@ -30,7 +30,6 @@
|
|
|
template-key="snzkyfxzjbgxzjyxm"
|
|
|
placeholder="请选择"
|
|
|
store="id"
|
|
|
- multiple
|
|
|
icon="ibps-icon-search-plus"
|
|
|
type="dialog"
|
|
|
:disabled="readonly"
|
|
|
@@ -293,7 +292,10 @@ export default {
|
|
|
multipleSelection: [],
|
|
|
pageSize: 10,
|
|
|
currentPage: 1,
|
|
|
- isReadonly: this.readOnly || this.params.nodeId == 'Activity_1riq0sr',
|
|
|
+ isReadonly:
|
|
|
+ this.readOnly ||
|
|
|
+ this.params.nodeId == 'Activity_1riq0sr' ||
|
|
|
+ this.params.nodeId == 'Activity_0q5i1ex',
|
|
|
columns: {
|
|
|
xuanZeXiangMu: '选择项目',
|
|
|
xiangMu: '项目',
|