bug提交
This commit is contained in:
@@ -88,7 +88,7 @@ export const updateStatistical = (data: any) => {
|
||||
// 单位绑定
|
||||
export function codeDicTree(data: any) {
|
||||
return createAxios({
|
||||
url: '/system-boot/dic/codeDicTree',
|
||||
url: '/system-boot/dicTree/codeDicTree',
|
||||
method: 'get',
|
||||
params: data
|
||||
})
|
||||
|
||||
@@ -44,7 +44,7 @@ export default class SocketService {
|
||||
return
|
||||
}
|
||||
|
||||
const url = 'ws://192.168.1.79:10407/api/pushMessage/' + id
|
||||
const url = 'ws://192.168.1.67:10407/api/pushMessage/' + id
|
||||
this.ws = new WebSocket(url)
|
||||
|
||||
this.ws.onopen = () => this.handleOpen()
|
||||
|
||||
@@ -1463,7 +1463,7 @@
|
||||
>
|
||||
<el-input
|
||||
v-model="lineItem.objName"
|
||||
:disabled="pageStatus == 1"
|
||||
disabled="true"
|
||||
placeholder="请输入对象名称"
|
||||
></el-input>
|
||||
</el-form-item>
|
||||
|
||||
@@ -39,11 +39,11 @@ const tableStore: any = new TableStore({
|
||||
method: 'POST',
|
||||
isWebPaging: true,
|
||||
column: [
|
||||
{ field: 'name', title: '模板名称' },
|
||||
{ field: 'createBy', title: '创建用户' },
|
||||
{ field: 'updateBy', title: '更新用户' },
|
||||
{ field: 'name', title: '报表模板名称' },
|
||||
{ field: 'updateBy', title: '操作用户' },
|
||||
{ field: 'createTime', title: '创建时间' },
|
||||
{ field: 'updateTime', title: '更新时间' },
|
||||
{ field: 'activation', title: '状态' },
|
||||
{
|
||||
title: '操作',
|
||||
width: '220',
|
||||
|
||||
Reference in New Issue
Block a user