rfile pagination

This commit is contained in:
caoqianming 2022-12-22 17:02:07 +08:00
parent e44c04a2b5
commit 51ea19a0f1
3 changed files with 11 additions and 3 deletions

View File

@ -7,9 +7,9 @@ VUE_APP_TITLE = '曲阳金隅安全智能管控平台'
# 接口地址
#VUE_APP_API_BASEURL = http://1.203.161.103:2800/api
#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://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

View File

@ -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: {
name: "删除工作流",
req: async function(id){

View File

@ -5,7 +5,6 @@
ref="table"
:apiObj="apiObj"
row-key="id"
hidePagination
hideDo
stripe