Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
79e04ac9
authored
2025-12-02 11:02:45 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改行为策略接口
1 parent
e5752aaf
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
25 deletions
src/api/modules/dataSmartContract.ts
src/views/data_asset/dataDelivery.vue
src/api/modules/dataSmartContract.ts
View file @
79e04ac
...
...
@@ -112,7 +112,7 @@ export const copyContractTemplate = (params) => request({
/** 获取操作行为下拉列表 */
export
const
getActionPolicyList
=
()
=>
request
({
url
:
`
${
import
.
meta
.
env
.
VITE_APP_DIGITAL_CONTRACT_URL
}
/policy-template/list-by-policy-type?policyType=
CZ
`
,
url
:
`
${
import
.
meta
.
env
.
VITE_APP_DIGITAL_CONTRACT_URL
}
/policy-template/list-by-policy-type?policyType=
XW
`
,
method
:
'get'
});
...
...
src/views/data_asset/dataDelivery.vue
View file @
79e04ac
...
...
@@ -350,9 +350,10 @@ const verifyDialogInfo = ref({
label
:
''
,
type
:
"textarea"
,
placeholder
:
"请填写未通过理由(必填)"
,
field
:
"
approve
Suggest"
,
field
:
"
verify
Suggest"
,
clearable
:
true
,
required
:
true
,
maxlength
:
200
,
visible
:
true
,
block
:
true
,
col
:
'margin_b_0'
,
...
...
@@ -375,29 +376,7 @@ const verifyDialogRadioChange = (val, row, info) => {
const
verifyDialogBtnClick
=
(
btn
,
info
)
=>
{
if
(
btn
.
value
==
'submit'
)
{
// passDialogInfo.value.footer.btns[1].loading = true;
// let params = {
// guid: currTableData.value.approveVO.approveGuid,
// flowType: currTableData.value.approveVO.flowType,
// approveSuggest: info.approveSuggest,
// approveStaffGuid: userData.staffGuid,
// }
// passFlowData(params, currTableData.value.tenantGuid).then((res: any) => {
// passDialogInfo.value.footer.btns[1].loading = false;
// if (res?.code == proxy.$passCode) {
// if (res.data) {
// ElMessage.success('审批成功');
// passDialogInfo.value.visible = false;
// getTableData();
// } else {
// ElMessage.error('审批失败');
// }
// } else {
// ElMessage.error(res.msg);
// }
// }).catch(() => {
// passDialogInfo.value.footer.btns[1].loading = false;
// });
debugger
}
else
if
(
btn
.
value
==
'cancel'
)
{
verifyDialogInfo
.
value
.
visible
=
false
;
}
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment