修改销毁数据的提示
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -218,7 +218,7 @@ const tableInfo = ref({ | ... | @@ -218,7 +218,7 @@ const tableInfo = ref({ |
| 218 | if (deliveryStatus == 2) {//已交付有删除按钮 | 218 | if (deliveryStatus == 2) {//已交付有删除按钮 |
| 219 | btns.push({ | 219 | btns.push({ |
| 220 | value: 'del', label: '销毁', click: (scope) => { | 220 | value: 'del', label: '销毁', click: (scope) => { |
| 221 | proxy.$openMessageBox("此操作将永久销毁数据, 是否继续?", () => { | 221 | proxy.$openMessageBox("此操作将永久销毁已推送至数据使用方连接器的该数据产品,并解除对应的数字合约,是否继续?", () => { |
| 222 | deleteDeliveryContract([scope.row.guid]).then((res: any) => { | 222 | deleteDeliveryContract([scope.row.guid]).then((res: any) => { |
| 223 | if (res?.code == proxy.$passCode) { | 223 | if (res?.code == proxy.$passCode) { |
| 224 | page.value.curr = 1; | 224 | page.value.curr = 1; | ... | ... |
-
Please register or sign in to post a comment