Commit 51b2236c authored by 黄奎's avatar 黄奎

1

parent 9643da31
...@@ -130,7 +130,7 @@ ...@@ -130,7 +130,7 @@
{{ $t("ground.tianshu") }} {{ $t("ground.tianshu") }}
</th> </th>
<th> <th>
{{$t('Operation.Op_directPrice')}} {{$t('Operation.Op_directPrice')}}
</th> </th>
<th> <th>
{{ $t("objFill.v101.tuanweizku") }} {{ $t("objFill.v101.tuanweizku") }}
...@@ -171,7 +171,7 @@ ...@@ -171,7 +171,7 @@
<tfoot> <tfoot>
<tr> <tr>
<td colspan="7"> <td colspan="7">
<el-pagination background @current-change="handleCurrentChange" <el-pagination background @current-change="handleCurrentChange"
:current-page.sync="queryMsg.currentPage" layout="total,prev, pager, next, jumper" :current-page.sync="queryMsg.currentPage" layout="total,prev, pager, next, jumper"
:page-size="queryMsg.pageSize" :total="queryMsg.total"> :page-size="queryMsg.pageSize" :total="queryMsg.total">
...@@ -288,8 +288,8 @@ ...@@ -288,8 +288,8 @@
}, },
//树形菜单选择 //树形菜单选择
treeCheck(node, list) { treeCheck(node, list) {
if (list.checkedKeys.length == 2) { //单选实现
//单选实现 if (list.checkedKeys.length > 0) {
this.$refs.treeMenu.setCheckedKeys([node.Id]); this.$refs.treeMenu.setCheckedKeys([node.Id]);
this.checkedMenuObj = node; this.checkedMenuObj = node;
} }
...@@ -366,7 +366,7 @@ ...@@ -366,7 +366,7 @@
obj.MenuUrl = domainUrl + obj.MenuUrl; obj.MenuUrl = domainUrl + obj.MenuUrl;
} }
} }
return obj; return obj;
}, },
//选中切换 //选中切换
changeTrip(item) { changeTrip(item) {
......
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