system-clients 3.2.97-temp → 3.2.98-temp
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
</div>
|
|
13
13
|
<div class="col-sm-6 form-group">
|
|
14
14
|
<label class="font_normal_body">设备负责人</label>
|
|
15
|
-
<right-tree @re-res="getRes" :source="source"></right-tree>
|
|
15
|
+
<right-tree @re-res="getRes" :source="source" :initresid="initresids"></right-tree>
|
|
16
16
|
</div>
|
|
17
17
|
<div class="col-sm-6 form-group" :class="[$v.f_terminal_number.required ? 'has-error' : '']">
|
|
18
18
|
<label class="font_normal_body">设备编号</label>
|
|
@@ -144,6 +144,7 @@ export default {
|
|
|
144
144
|
f_depid: '',
|
|
145
145
|
orgname: '',
|
|
146
146
|
initresid: [], // 用于存放初始化选中的部门 ID
|
|
147
|
+
initresids: [],
|
|
147
148
|
depresid: [this.$login.f.depids],
|
|
148
149
|
depid: [this.f_depid],
|
|
149
150
|
f_orgid: this.$login.f.orgid,
|
|
@@ -346,6 +347,7 @@ export default {
|
|
|
346
347
|
this.model.f_orgid = row.f_orgid
|
|
347
348
|
this.model.f_depname = row.f_depname
|
|
348
349
|
this.initresid = [row.f_depid]
|
|
350
|
+
this.initresids = [row.f_operatorid]
|
|
349
351
|
},
|
|
350
352
|
initModel() {
|
|
351
353
|
delete this.model.id
|