|
@@ -219,7 +219,7 @@
|
|
|
iconType: 'warning',
|
|
iconType: 'warning',
|
|
|
title: '提示',
|
|
title: '提示',
|
|
|
okCancel: false,
|
|
okCancel: false,
|
|
|
- content: resCheck.message,
|
|
|
|
|
|
|
+ content: resCheck.data,
|
|
|
onOk: async () => {
|
|
onOk: async () => {
|
|
|
// Submit(filePath);
|
|
// Submit(filePath);
|
|
|
},
|
|
},
|
|
@@ -230,7 +230,7 @@
|
|
|
return createConfirm({
|
|
return createConfirm({
|
|
|
iconType: 'warning',
|
|
iconType: 'warning',
|
|
|
title: '提示',
|
|
title: '提示',
|
|
|
- content: resCheck.message,
|
|
|
|
|
|
|
+ content: resCheck.data,
|
|
|
onOk: async () => {
|
|
onOk: async () => {
|
|
|
Submit(filePath);
|
|
Submit(filePath);
|
|
|
},
|
|
},
|