Merge branch 'master' of http://103.85.165.99:8989/r/LFWEB_NEW
| | |
| | | } |
| | | |
| | | .infoBox { |
| | | background: rgb(255, 255, 255); |
| | | width: 500px; |
| | | position: absolute; |
| | | z-index: 100; |
| | |
| | | |
| | | height: 600px; |
| | | padding: 10px; |
| | | overflow: auto; |
| | | /* overflow: auto; */ |
| | | border-radius: 5px; |
| | | |
| | | } |
| | |
| | | |
| | | .infoBox .contentBox { |
| | | margin: 0 aotu 10px; |
| | | overflow: auto; |
| | | height: 600px; |
| | | background-color: white; |
| | | |
| | | } |
| | | |
| | |
| | | this.upform = row; |
| | | }, |
| | | //删除列表 |
| | | async DelFormData() { |
| | | DelFormData() { |
| | | var std = []; |
| | | |
| | | for (var i in this.multipleSelection) { |
| | | std.push(this.multipleSelection[i].id); |
| | | } |
| | | |
| | | const data = await deleteDicts({ ids: std.toString() }); |
| | | if (data.code != 200) { |
| | | this.$message.error('删除失败'); |
| | | } |
| | | this.listData.pageIndex = 1; |
| | | this.listData.pageSize = 10; |
| | | this.startQueryNameData(); |
| | | this.$confirm('此操作将永久删除该字段, 是否继续?', '提示', { |
| | | confirmButtonText: '确定', |
| | | cancelButtonText: '取消', |
| | | type: 'warning' |
| | | }).then(async () => { |
| | | const data = await deleteDicts({ ids: std.toString() }); |
| | | if (data.code != 200) { |
| | | this.$message.error('删除失败'); |
| | | } |
| | | this.listData.pageIndex = 1; |
| | | this.listData.pageSize = 10; |
| | | this.startQueryNameData(); |
| | | this.$message({ |
| | | type: 'success', |
| | | message: '删除成功!' |
| | | }); |
| | | }).catch(() => { |
| | | this.$message({ |
| | | type: 'info', |
| | | message: '已取消删除' |
| | | }); |
| | | }); |
| | | }, |
| | | |
| | | showPermsBtn() { |
| | |
| | | prop="descr" |
| | | :label="$t('dataManage.styleObj.descr')" |
| | | /> |
| | | <el-table-column |
| | | <!-- <el-table-column |
| | | align="center" |
| | | prop="bak" |
| | | :label="$t('dataManage.styleObj.bak')" |
| | | /> |
| | | /> --> |
| | | <el-table-column |
| | | min-width="120" |
| | | :label="$t('common.operate')" |