62fa0c56 by lihua

修改销毁数据的提示

1 parent 9bda6915
...@@ -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;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!