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