Browse Source

引用表删除修改

duy 2 năm trước cách đây
mục cha
commit
fa5fecd008
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/data-fill/division.vue

+ 1 - 1
src/views/data-fill/division.vue

@@ -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,