Skip to content

Commit d87c3d9

Browse files
committed
资产管理下拉bug
1 parent 5731ac6 commit d87c3d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/view/pages/business/Editbusiness.vue

+2-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<el-option
8888
v-for="(t, index) in itemarr"
8989
:key="'2-' + index"
90-
:value="t.name"
90+
:value="t.id"
9191
:label="t.device"
9292
></el-option>
9393
</el-select>
@@ -966,6 +966,7 @@ export default {
966966
},
967967
968968
device_updateonly: function (device, dashinfo = null) {
969+
console.log(device)
969970
ApiService.post(AUTH.local_url + "/device/update_only", {
970971
id: device.id,
971972
name: device.name,

0 commit comments

Comments
 (0)