diff --git a/src/views/archivesManagement/archClass/archCatalogue/components/addTableData.vue b/src/views/archivesManagement/archClass/archCatalogue/components/addTableData.vue
index 016b236..7ceda2f 100644
--- a/src/views/archivesManagement/archClass/archCatalogue/components/addTableData.vue
+++ b/src/views/archivesManagement/archClass/archCatalogue/components/addTableData.vue
@@ -138,17 +138,17 @@ export default {
handleClose() {
this.dialogVisible = false;
this.$emit("closeDialog");
- setTimeout(() => {
+ /* setTimeout(() => {
this.dialogVisible = true;
- });
+ }); */
},
/**确认弹窗 */
sureBtnClick() {
this.dialogVisible = false;
this.$emit("closeDialog");
- setTimeout(() => {
+ /* setTimeout(() => {
this.dialogVisible = true;
- });
+ }); */
},
/**重置表单*/
reset() {
diff --git a/src/views/archivesManagement/archClass/archCatalogue/components/addTreeData.vue b/src/views/archivesManagement/archClass/archCatalogue/components/addTreeData.vue
index 29c583c..7c96c8b 100644
--- a/src/views/archivesManagement/archClass/archCatalogue/components/addTreeData.vue
+++ b/src/views/archivesManagement/archClass/archCatalogue/components/addTreeData.vue
@@ -234,17 +234,17 @@ export default {
handleClose() {
this.dialogVisible = false;
this.$emit("closeDialog");
- setTimeout(() => {
+ /* setTimeout(() => {
this.dialogVisible = true;
- });
+ }); */
},
/**确认弹窗 */
sureBtnClick() {
this.dialogVisible = false;
this.$emit("closeDialog");
- setTimeout(() => {
+ /* setTimeout(() => {
this.dialogVisible = true;
- });
+ }); */
},
/**重置表单*/
reset() {
diff --git a/src/views/archivesManagement/archClass/archClassification/prop/fileDimensionForm.vue b/src/views/archivesManagement/archClass/archClassification/prop/fileDimensionForm.vue
index 9b49d2a..acff221 100644
--- a/src/views/archivesManagement/archClass/archClassification/prop/fileDimensionForm.vue
+++ b/src/views/archivesManagement/archClass/archClassification/prop/fileDimensionForm.vue
@@ -104,17 +104,17 @@ export default {
handleClose() {
this.dialogVisible = false;
this.$emit("closeDialog");
- setTimeout(() => {
+ /* setTimeout(() => {
this.dialogVisible = true;
- });
+ }); */
},
/**确认弹窗 */
sureBtnClick() {
this.dialogVisible = false;
this.$emit("closeDialog");
- setTimeout(() => {
+ /* setTimeout(() => {
this.dialogVisible = true;
- });
+ }); */
},
/**重置表单*/
reset() {
diff --git a/src/views/archivesManagement/archClass/archCustomClassification/prop/customizeForm.vue b/src/views/archivesManagement/archClass/archCustomClassification/prop/customizeForm.vue
index f2fd3d2..6c34084 100644
--- a/src/views/archivesManagement/archClass/archCustomClassification/prop/customizeForm.vue
+++ b/src/views/archivesManagement/archClass/archCustomClassification/prop/customizeForm.vue
@@ -73,17 +73,17 @@ export default {
handleClose() {
this.dialogVisible = false;
this.$emit("closeDialog");
- setTimeout(() => {
+ /* setTimeout(() => {
this.dialogVisible = true;
- });
+ }); */
},
/**确认弹窗 */
sureBtnClick() {
this.dialogVisible = false;
this.$emit("closeDialog");
- setTimeout(() => {
+ /* setTimeout(() => {
this.dialogVisible = true;
- });
+ }); */
},
/**重置表单*/
reset() {
diff --git a/src/views/archivesManagement/archClass/fileClassificationNamingConvention/prop/classifyNameStandardForm.vue b/src/views/archivesManagement/archClass/fileClassificationNamingConvention/prop/classifyNameStandardForm.vue
index c674e57..3590465 100644
--- a/src/views/archivesManagement/archClass/fileClassificationNamingConvention/prop/classifyNameStandardForm.vue
+++ b/src/views/archivesManagement/archClass/fileClassificationNamingConvention/prop/classifyNameStandardForm.vue
@@ -86,17 +86,17 @@ export default {
handleClose() {
this.dialogVisible = false;
this.$emit("closeDialog");
- setTimeout(() => {
+ /* setTimeout(() => {
this.dialogVisible = true;
- });
+ }); */
},
/**确认弹窗 */
sureBtnClick() {
this.dialogVisible = false;
this.$emit("closeDialog");
- setTimeout(() => {
+ /* setTimeout(() => {
this.dialogVisible = true;
- });
+ }); */
},
/**重置表单*/
reset() {
diff --git a/src/views/archivesManagement/archClass/fileClassificationTags/prop/classifiyMarkForm.vue b/src/views/archivesManagement/archClass/fileClassificationTags/prop/classifiyMarkForm.vue
index 8aaa0e3..e136888 100644
--- a/src/views/archivesManagement/archClass/fileClassificationTags/prop/classifiyMarkForm.vue
+++ b/src/views/archivesManagement/archClass/fileClassificationTags/prop/classifiyMarkForm.vue
@@ -73,17 +73,17 @@ export default {
handleClose() {
this.dialogVisible = false;
this.$emit("closeDialog");
- setTimeout(() => {
+ /* setTimeout(() => {
this.dialogVisible = true;
- });
+ }); */
},
/**确认弹窗 */
sureBtnClick() {
this.dialogVisible = false;
this.$emit("closeDialog");
- setTimeout(() => {
+ /* setTimeout(() => {
this.dialogVisible = true;
- });
+ }); */
},
/**重置表单*/
reset() {
diff --git a/src/views/archivesManagement/fileManager/components/addTableData.vue b/src/views/archivesManagement/fileManager/components/addTableData.vue
index 49b5d2f..f1181c1 100644
--- a/src/views/archivesManagement/fileManager/components/addTableData.vue
+++ b/src/views/archivesManagement/fileManager/components/addTableData.vue
@@ -220,17 +220,17 @@ export default {
handleClose() {
this.dialogVisible = false;
this.$emit("closeDialog");
- setTimeout(() => {
+ /* setTimeout(() => {
this.dialogVisible = true;
- });
+ }); */
},
/**确认弹窗 */
sureBtnClick() {
this.dialogVisible = false;
this.$emit("closeDialog");
- setTimeout(() => {
+ /* setTimeout(() => {
this.dialogVisible = true;
- });
+ }); */
},
/**重置表单*/
reset() {
diff --git a/src/views/archivesManagement/fileManager/components/addTreeData.vue b/src/views/archivesManagement/fileManager/components/addTreeData.vue
index 4dc437c..44c560a 100644
--- a/src/views/archivesManagement/fileManager/components/addTreeData.vue
+++ b/src/views/archivesManagement/fileManager/components/addTreeData.vue
@@ -236,17 +236,17 @@ export default {
handleClose() {
this.dialogVisible = false;
this.$emit("closeDialog");
- setTimeout(() => {
+ /* setTimeout(() => {
this.dialogVisible = true;
- });
+ }); */
},
/**确认弹窗 */
sureBtnClick() {
this.dialogVisible = false;
this.$emit("closeDialog");
- setTimeout(() => {
+ /* setTimeout(() => {
this.dialogVisible = true;
- });
+ }); */
},
/**重置表单*/
reset() {
diff --git a/src/views/archivesManagement/proManager/prop/fileSetForm.vue b/src/views/archivesManagement/proManager/prop/fileSetForm.vue
index 36c18dd..6a095d2 100644
--- a/src/views/archivesManagement/proManager/prop/fileSetForm.vue
+++ b/src/views/archivesManagement/proManager/prop/fileSetForm.vue
@@ -68,17 +68,17 @@ export default {
handleClose() {
this.dialogVisible = false;
this.$emit("closeDialog");
- setTimeout(() => {
+ /* setTimeout(() => {
this.dialogVisible = true;
- });
+ }); */
},
/**确认弹窗 */
sureBtnClick() {
this.dialogVisible = false;
this.$emit("closeDialog");
- setTimeout(() => {
+ /* setTimeout(() => {
this.dialogVisible = true;
- });
+ }); */
},
/**重置表单*/
reset() {
diff --git a/src/views/common/fileTree.vue b/src/views/common/fileTree.vue
index e4ef0ff..c0a5090 100644
--- a/src/views/common/fileTree.vue
+++ b/src/views/common/fileTree.vue
@@ -154,17 +154,17 @@ export default {
handleClose() {
this.dialogVisible = false;
this.$emit("closeDialog");
- setTimeout(() => {
+ /* setTimeout(() => {
this.dialogVisible = true;
- });
+ }); */
},
/**确认弹窗 */
sureBtnClick() {
this.dialogVisible = false;
this.$emit("closeDialog");
- setTimeout(() => {
+ /* setTimeout(() => {
this.dialogVisible = true;
- });
+ }); */
},
// 保存数据
handleSave(){
diff --git a/src/views/data-collect/data-class-manage/prop/dataClassForm.vue b/src/views/data-collect/data-class-manage/prop/dataClassForm.vue
index adc6d8c..7afa521 100644
--- a/src/views/data-collect/data-class-manage/prop/dataClassForm.vue
+++ b/src/views/data-collect/data-class-manage/prop/dataClassForm.vue
@@ -86,17 +86,17 @@ export default {
handleClose() {
this.dialogVisible = false;
this.$emit("closeDialog");
- setTimeout(() => {
+ /* setTimeout(() => {
this.dialogVisible = true;
- });
+ }); */
},
/**确认弹窗 */
sureBtnClick() {
this.dialogVisible = false;
this.$emit("closeDialog");
- setTimeout(() => {
+ /* setTimeout(() => {
this.dialogVisible = true;
- });
+ }); */
},
/**重置表单*/
reset() {
diff --git a/src/views/data-collect/data-set-manage/components/share.vue b/src/views/data-collect/data-set-manage/components/share.vue
index 948a270..f306cd5 100644
--- a/src/views/data-collect/data-set-manage/components/share.vue
+++ b/src/views/data-collect/data-set-manage/components/share.vue
@@ -98,17 +98,17 @@ export default {
handleClose() {
this.dialogVisible = false;
this.$emit("closeDialog");
- setTimeout(() => {
+ /* setTimeout(() => {
this.dialogVisible = true;
- });
+ }); */
},
/**确认弹窗 */
sureBtnClick() {
this.dialogVisible = false;
this.$emit("closeDialog");
- setTimeout(() => {
+ /* setTimeout(() => {
this.dialogVisible = true;
- });
+ }); */
},
},
};
diff --git a/src/views/filesTransfer/apply/index.vue b/src/views/filesTransfer/apply/index.vue
index 8ccbf32..13468c9 100644
--- a/src/views/filesTransfer/apply/index.vue
+++ b/src/views/filesTransfer/apply/index.vue
@@ -21,7 +21,7 @@
修改
+ @click="handleDelete(data)" >
删除
{
+ /* setTimeout(() => {
this.dialogVisible = true;
- });
+ }); */
},
/**确认弹窗 */
sureBtnClick() {
this.dialogVisible = false;
this.$emit("closeDialog");
- setTimeout(() => {
+ /* setTimeout(() => {
this.dialogVisible = true;
- });
+ }); */
},
/**重置表单*/
reset() {
diff --git a/src/views/filesTransfer/encryption/prop/encryptionForm.vue b/src/views/filesTransfer/encryption/prop/encryptionForm.vue
index ab71308..893e7b4 100644
--- a/src/views/filesTransfer/encryption/prop/encryptionForm.vue
+++ b/src/views/filesTransfer/encryption/prop/encryptionForm.vue
@@ -89,17 +89,17 @@ export default {
handleClose() {
this.dialogVisible = false;
this.$emit("closeDialog");
- setTimeout(() => {
+ /* setTimeout(() => {
this.dialogVisible = true;
- });
+ }); */
},
/**确认弹窗 */
sureBtnClick() {
this.dialogVisible = false;
this.$emit("closeDialog");
- setTimeout(() => {
+ /* setTimeout(() => {
this.dialogVisible = true;
- });
+ }); */
},
/**重置表单*/
reset() {
diff --git a/src/views/filesTransfer/issue/prop/issueForm.vue b/src/views/filesTransfer/issue/prop/issueForm.vue
index 81924b0..1e879b3 100644
--- a/src/views/filesTransfer/issue/prop/issueForm.vue
+++ b/src/views/filesTransfer/issue/prop/issueForm.vue
@@ -133,17 +133,17 @@ export default {
handleClose() {
this.dialogVisible = false;
this.$emit("closeDialog");
- setTimeout(() => {
+ /* setTimeout(() => {
this.dialogVisible = true;
- });
+ }); */
},
/**确认弹窗 */
sureBtnClick() {
this.dialogVisible = false;
this.$emit("closeDialog");
- setTimeout(() => {
+ /* setTimeout(() => {
this.dialogVisible = true;
- });
+ }); */
},
/**重置表单*/
reset() {
diff --git a/src/views/filesTransfer/record/components/maintenance.vue b/src/views/filesTransfer/record/components/maintenance.vue
index 26e2791..a542ef6 100644
--- a/src/views/filesTransfer/record/components/maintenance.vue
+++ b/src/views/filesTransfer/record/components/maintenance.vue
@@ -60,17 +60,17 @@ export default {
handleClose() {
this.dialogVisible = false;
this.$emit("closeDialog");
- setTimeout(() => {
+ /* setTimeout(() => {
this.dialogVisible = true;
- });
+ }); */
},
/**确认弹窗 */
sureBtnClick() {
this.dialogVisible = false;
this.$emit("closeDialog");
- setTimeout(() => {
+ /* setTimeout(() => {
this.dialogVisible = true;
- });
+ }); */
},
/**重置表单*/
reset() {
diff --git a/src/views/filesTransfer/record/components/recordList.vue b/src/views/filesTransfer/record/components/recordList.vue
index 701b810..141ecaf 100644
--- a/src/views/filesTransfer/record/components/recordList.vue
+++ b/src/views/filesTransfer/record/components/recordList.vue
@@ -128,9 +128,9 @@ export default {
handleClose() {
this.dialogVisible = false;
this.$emit("closeDialog");
- setTimeout(() => {
+ /* setTimeout(() => {
this.dialogVisible = true;
- });
+ }); */
},
/*维护*/
diff --git a/src/views/system/setting/components/settingForm.vue b/src/views/system/setting/components/settingForm.vue
index b5b2d35..ff2d15d 100644
--- a/src/views/system/setting/components/settingForm.vue
+++ b/src/views/system/setting/components/settingForm.vue
@@ -84,17 +84,17 @@ export default {
handleClose() {
this.dialogVisible = false;
this.$emit("closeDialog");
- setTimeout(() => {
+ /* setTimeout(() => {
this.dialogVisible = true;
- });
+ }); */
},
/**确认弹窗 */
sureBtnClick() {
this.dialogVisible = false;
this.$emit("closeDialog");
- setTimeout(() => {
+ /* setTimeout(() => {
this.dialogVisible = true;
- });
+ }); */
},
/**重置表单*/
reset() {
diff --git a/src/views/system/white/prop/whiteForm.vue b/src/views/system/white/prop/whiteForm.vue
index 042fed2..0de0a17 100644
--- a/src/views/system/white/prop/whiteForm.vue
+++ b/src/views/system/white/prop/whiteForm.vue
@@ -144,17 +144,17 @@ export default {
handleClose() {
this.dialogVisible = false;
this.$emit("closeDialog");
- setTimeout(() => {
+ /* setTimeout(() => {
this.dialogVisible = true;
- });
+ }); */
},
/**确认弹窗 */
sureBtnClick() {
this.dialogVisible = false;
this.$emit("closeDialog");
- setTimeout(() => {
+ /* setTimeout(() => {
this.dialogVisible = true;
- });
+ }); */
},
/**重置表单*/
reset() {