Commit f30d6b62 authored by 赵啸非's avatar 赵啸非

修改站点请求地址

parent ae8b27e9
...@@ -220,11 +220,9 @@ ...@@ -220,11 +220,9 @@
<el-dialog <el-dialog
:title="hallDialog.title" :title="hallDialog.title"
:visible.sync="hallDialog.open" :visible.sync="hallDialog.open"
width="40%" width="60%"
append-to-body append-to-body
> >
{{tableData.dict.hallId}}
<el-form label-width="120px"> <el-form label-width="120px">
<Field <Field
...@@ -239,7 +237,7 @@ ...@@ -239,7 +237,7 @@
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
<el-button type="primary" @click="updateBatchHallConform">确 定</el-button> <el-button type="primary" @click="updateBatchHallConform">确 定</el-button>
<el-button @click="tree.open = false">取 消</el-button> <el-button @click="hallDialog.open = false">取 消</el-button>
</div> </div>
</el-dialog> </el-dialog>
...@@ -461,6 +459,8 @@ export default { ...@@ -461,6 +459,8 @@ export default {
.then((res) => { .then((res) => {
if (res.code == 1) { if (res.code == 1) {
this.$message.success("批量更新大厅设备成功!"); this.$message.success("批量更新大厅设备成功!");
this.hallDialog.open=false;
this.selection=[]
this.getData(); this.getData();
} }
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment