rfile pagination
This commit is contained in:
parent
e44c04a2b5
commit
51ea19a0f1
|
@ -7,9 +7,9 @@ VUE_APP_TITLE = '曲阳金隅安全智能管控平台'
|
||||||
# 接口地址
|
# 接口地址
|
||||||
#VUE_APP_API_BASEURL = http://1.203.161.103:2800/api
|
#VUE_APP_API_BASEURL = http://1.203.161.103:2800/api
|
||||||
#VUE_APP_WS_API = 'ws://localhost:8000'
|
#VUE_APP_WS_API = 'ws://localhost:8000'
|
||||||
VUE_APP_API_BASEURL = http://222.222.144.147:6013/api
|
#VUE_APP_API_BASEURL = http://222.222.144.147:6013/api
|
||||||
#VUE_APP_API_BASEURL = http://10.99.5.79:20309/api
|
#VUE_APP_API_BASEURL = http://10.99.5.79:20309/api
|
||||||
#VUE_APP_API_BASEURL = http://127.0.0.1:8000/api
|
VUE_APP_API_BASEURL = http://127.0.0.1:8001/api
|
||||||
#VUE_APP_BASEURL = http://127.0.0.1:8000
|
#VUE_APP_BASEURL = http://127.0.0.1:8000
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -32,6 +32,15 @@ export default {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
clone: {
|
||||||
|
name: "克隆工作流",
|
||||||
|
req: async function(id, data){
|
||||||
|
return await http.put(
|
||||||
|
`${config.API_URL}/wf/workflow/${id}/clone/`,
|
||||||
|
data
|
||||||
|
);
|
||||||
|
}
|
||||||
|
},
|
||||||
delete: {
|
delete: {
|
||||||
name: "删除工作流",
|
name: "删除工作流",
|
||||||
req: async function(id){
|
req: async function(id){
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
ref="table"
|
ref="table"
|
||||||
:apiObj="apiObj"
|
:apiObj="apiObj"
|
||||||
row-key="id"
|
row-key="id"
|
||||||
hidePagination
|
|
||||||
hideDo
|
hideDo
|
||||||
stripe
|
stripe
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue