|
@@ -1186,7 +1186,7 @@ const addingFormClick = () => {
|
|
|
//删除当前节点用表
|
|
|
const deltableexcel = async (row) => {
|
|
|
console.log(row, 'row');
|
|
|
- if (row['isEle'] === '1') {
|
|
|
+ if (row['isEle'] === 1) {
|
|
|
if (row['pdfUrl'] !== '') {
|
|
|
window?.$messageBox?.alert('该表已填写数据' + ',请谨慎考虑后,确认是否需要删除?', '删除', {
|
|
|
showCancelButton: true,
|